Share via


HairColorType Enum

Definition

Defines values for HairColorType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum HairColorType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type HairColorType = 
Public Enum HairColorType
Inheritance
HairColorType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Unknown 0
White 1
Gray 2
Blond 3
Brown 4
Red 5
Black 6
Other 7

Applies to