Enum ColorType
- Namespace
 - NixUniversalSDK
 
- Assembly
 - NixUniversalSDK.dll
 
Enum to describe the base color data types available for IColorData objects. Values for each of these types can be freely converted to each other without loss of color data. See ColorTypeExtensions for extension methods.
public enum ColorType
  - Extension Methods
 
Fields
CIELAB = 1Report color value as CIELAB value.
CIELCH = 2Report color value as CIELCH / LCH(ab) value
CIELUV = 3Report color as CIELUV value
CIEXYZ = 0Report color value as CIEXYZ value on unity scale.