Show / Hide Table of Contents

    Class NamedColorsMap

    Inheritance
    System.Object
    NamedColorsMap
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public static class NamedColorsMap

    Fields

    | Improve this Doc View Source

    NamedColors

    Declaration
    public static Dictionary<string, uint> NamedColors
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.UInt32>
    | Improve this Doc View Source

    NamedColorsReversed

    Declaration
    public static Dictionary<uint, string> NamedColorsReversed
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.UInt32, System.String>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX