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