Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NColorPalette Class / GetIndexByRGB Method


In This Topic
    GetIndexByRGB Method
    In This Topic
    Tries to get the index of the color in the palette, whose packed RGB representation is equal to the specified color. Returns -1 if the color is not found.
    Syntax
    'Declaration
     
    
    Public Function GetIndexByRGB( _
       ByVal color As NColor _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NColorPalette
    Dim color As NColor
    Dim value As System.Integer
     
    value = instance.GetIndexByRGB(color)
    public System.int GetIndexByRGB( 
       NColor color
    )

    Parameters

    color
    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