Class NamedColor
Contains a color paired with a name to refer it by.
Implements
Inherited Members
Namespace: InsaneScatterbrain.MapGraph
Syntax
[Serializable]
public class NamedColor : DataSetItem, IDataSetItem
Constructors
NamedColor(string, Color32)
Declaration
public NamedColor(string name, Color32 color)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| Color32 | color |
Properties
Color
Gets the color.
Declaration
public Color32 Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Color32 |