Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NColor Structure / GetKnownColors Method


In This Topic
    GetKnownColors Method
    In This Topic
    Gets a list that maps the known colors names to color values.
    Syntax
    'Declaration
     
    
    Public Shared Function GetKnownColors() As NList(Of NKeyValuePair(Of String,NColor))
    'Usage
     
    
    Dim value As NList(Of NKeyValuePair(Of String,NColor))
     
    value = NColor.GetKnownColors()
    public static NList<NKeyValuePair<string,NColor>> GetKnownColors()

    Return Value

    A list with the know colors.
    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