Table of Contents

Class ClothingColorMetadata

Namespace
S1API.Items.Clothing
Assembly
S1API.dll

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

ClothingColor

DisplayName

Gets the clothing color enum identifier used by the base game as its label.

public string DisplayName { get; }

Property Value

string

LabelColor

Gets the contrasting color used to label this color in the base game UI.

public Color LabelColor { get; }

Property Value

Color