Class ClothingColorMetadata
Describes a clothing color using the base game's display metadata.
public sealed class ClothingColorMetadata
- Inheritance
-
ClothingColorMetadata
- Inherited Members
- Extension Methods
Properties
ActualColor
Gets the color applied to clothing materials.
public Color ActualColor { get; }
Property Value
- Color
Color
Gets the clothing color represented by this metadata.
public ClothingColor Color { get; }
Property Value
DisplayName
Gets the clothing color enum identifier used by the base game as its label.
public string DisplayName { get; }
Property Value
LabelColor
Gets the contrasting color used to label this color in the base game UI.
public Color LabelColor { get; }
Property Value
- Color