Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
HairColour.cs
2{
6 public enum HairColour
7 {
8
12 Unknown = 0,
13
17 Black = 1,
18
22 Blond = 2,
23
27 Brown = 3,
28
32 Gray = 4,
33
37 White = 5,
38
42 Red = 6,
43
47 Green = 7,
48
52 Blue = 8,
53
57 Other = 9,
58 }
59}
HairColour
ISO 19794-5 hair colour enumeration.
Definition: HairColour.cs:7