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 SourceNamedColors
Declaration
public static Dictionary<string, uint> NamedColors
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.UInt32> |
NamedColorsReversed
Declaration
public static Dictionary<uint, string> NamedColorsReversed
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.UInt32, System.String> |