Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NTwoColorPalette Class / fllG Method


In This Topic
    fllG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function fllG( _
       ByVal value As System.Double, _
       ByVal GllG As NRange, _
       ByVal hllG As NColor, _
       ByVal IllG As NColor _
    ) As NColor
    'Usage
     
    
    Dim instance As NTwoColorPalette
    Dim value As System.Double
    Dim GllG As NRange
    Dim hllG As NColor
    Dim IllG As NColor
    Dim value As NColor
     
    value = instance.fllG(value, GllG, hllG, IllG)
    internal NColor fllG( 
       System.double value,
       NRange GllG,
       NColor hllG,
       NColor IllG
    )

    Parameters

    value
    GllG
    hllG
    IllG
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also