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