Enum ColorType
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.
Namespace: NixUniversalSDK
Assembly: NixUniversalSDK.dll
Syntax
public enum ColorType
Fields
Name | Description |
---|---|
CIELAB | Report color value as CIELAB value. |
CIELCH | Report color value as CIELCH / LCH(ab) value |
CIELUV | Report color as CIELUV value |
CIEXYZ | Report color value as CIEXYZ value on unity scale. |