ETcVnColorTrainingMethod
Offers color training methods.
Syntax
Definition:
TYPE ETcVnColorTrainingMethod :
(
TCVN_CTM_LAB := 0,
TCVN_CTM_RGB := 1
)DINT;
END_TYPEValues
|
Name |
Description |
|---|---|
|
TCVN_CTM_LAB |
Trains the color in CIE L*a*b* color space. |
|
TCVN_CTM_RGB |
Trains the color in RGB color space. |