Table of Contents

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 = 1

Report color value as CIELAB value.

CIELCH = 2

Report color value as CIELCH / LCH(ab) value

CIELUV = 3

Report color as CIELUV value

CIEXYZ = 0

Report color value as CIEXYZ value on unity scale.