Class MyColorAlias
Inheritance
System.Object
MyColorAlias
Namespace: VRage.Utils
Assembly: VRage.dll
Syntax
public class MyColorAlias : Object
Constructors
MyColorAlias()
Declaration
public MyColorAlias()
Properties
ColorToAlias
Names of pre-defined colors extracted from Color type
Declaration
public static Dictionary<Color, string> ColorToAlias { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<Color, System.String> |