Private data for the cmmparams%
device that will be accessible by the PureColor CMM example.
More...
#include "cmm_params.h"
Data Fields | |
HqBool | pureCyan |
HqBool | pureMagenta |
HqBool | pureYellow |
HqBool | pureBlack |
HqBool | pureRed |
HqBool | pureGreen |
HqBool | pureBlue |
HqBool | pureGray |
HqBool | pureWhite |
float | tolerance |
HqBool | useInCompositing |
HqBool | pureColorTest |
float | pureColorTestCMYK [(4)] |
Private data for the cmmparams%
device that will be accessible by the PureColor CMM example.
HqBool cmmParams::pureBlack |
Holds the PureBlack param.
HqBool cmmParams::pureBlue |
Holds the PureBlue param.
HqBool cmmParams::pureColorTest |
Holds the PureColorTest param.
float cmmParams::pureColorTestCMYK[(4)] |
Holds the CMYK values used for all pure colors when PureColorTest is true.
HqBool cmmParams::pureCyan |
Holds the PureCyan param.
HqBool cmmParams::pureGray |
Holds the PureGray param.
HqBool cmmParams::pureGreen |
Holds the PureGreen param.
HqBool cmmParams::pureMagenta |
Holds the PureMagenta param.
HqBool cmmParams::pureRed |
Holds the PureRed param.
HqBool cmmParams::pureWhite |
Holds the PureWhite param.
HqBool cmmParams::pureYellow |
Holds the PureYellow param.
float cmmParams::tolerance |
Holds the Tolerance param.
HqBool cmmParams::useInCompositing |
Holds the UseInCompositing param.