Class NamedColor
Contains a color paired with a name to refer it by.
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 | |
UnityEngine.Color32 | color |
Properties
Color
Gets the color.
Declaration
public Color32 Color { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.Color32 |