Enum ReferenceWhite
- Namespace
- NixUniversalSDK
- Assembly
- NixUniversalSDK.dll
Enum to describe valid options for reference white. See ReferenceWhiteExtensions for extension methods.
public enum ReferenceWhite : ushort
- Extension Methods
Fields
A_10 = 1
White point using Illuminant A and 10 degree observer.
A_2 = 0
White point using Illuminant A and 2 degree observer.
C_10 = 3
White point using Illuminant C and 10 degree observer.
C_2 = 2
White point using Illuminant C and 2 degree observer.
D50_10 = 5
White point using Illuminant D50 and 10 degree observer.
D50_2 = 4
White point using Illuminant D50 and 2 degree observer.
D55_10 = 7
White point using Illuminant D55 and 10 degree observer.
D55_2 = 6
White point using Illuminant D55 and 2 degree observer.
D65_10 = 9
White point using Illuminant D65 and 10 degree observer.
D65_2 = 8
White point using Illuminant D65 and 2 degree observer.
D75_10 = 11
White point using Illuminant D75 and 10 degree observer.
D75_2 = 10
White point using Illuminant D75 and 2 degree observer.
Empty = 65535
Unknown / other reference white point
F11_10 = 17
White point using Illuminant F11 and 10 degree observer.
F11_2 = 16
White point using Illuminant F11 and 2 degree observer.
F2_10 = 13
White point using Illuminant F2 and 10 degree observer.
F2_2 = 12
White point using Illuminant F2 and 2 degree observer.
F7_10 = 15
White point using Illuminant F7 and 10 degree observer.
F7_2 = 14
White point using Illuminant F7 and 2 degree observer.