Enum ColorDifferenceType
- Namespace
- NixUniversalSDK
- Assembly
- NixUniversalSDK.dll
Enum describing the available color difference (delta E) equations. See ColorDifferenceTypeExtensions for extension methods.
public enum ColorDifferenceType
- Extension Methods
Fields
CIE2000 = 3
Color difference using CIE2000 equation using default constants.
CIE76 = 0
Color difference using CIE1976 equation.
CIE94G = 1
Color difference using CIE1994 equation using constants recommended for graphic design.
CIE94T = 2
Color difference using CIE1994 equation using constants recommended for textiles.
CMC1_1 = 4
Color difference using CMC(l:c) equation with l = 1, and c = 1 ('threshold of imperceptibility')
CMC2_1 = 5
Color difference using CMC(l:c) equation with l = 2, and c = 1 ('threshold of acceptability')