Description of a transform specific to the LittleCMS example module. More...
Data Fields | |
cmsHTRANSFORM | hTransform |
cmsUInt32Number | dwInputFormat |
cmsUInt32Number | dwOutputFormat |
int | nInputChannels |
int | nOutputChannels |
HqBool | inputIsInkSpace |
HqBool | outputIsInkSpace |
Description of a transform specific to the LittleCMS example module.
cmsUInt32Number LCMS_TRANSFORM::dwInputFormat |
Internal LCMS format of first profile in transform
cmsUInt32Number LCMS_TRANSFORM::dwOutputFormat |
Internal LCMS format of last profile in transform
cmsHTRANSFORM LCMS_TRANSFORM::hTransform |
Transform handled returned by cmsCreateMultiprofileTransform().
HqBool LCMS_TRANSFORM::inputIsInkSpace |
The float range for lcms transforms differs for ink spaces.
int LCMS_TRANSFORM::nInputChannels |
The number of input channels
int LCMS_TRANSFORM::nOutputChannels |
The number of output channels
HqBool LCMS_TRANSFORM::outputIsInkSpace |
The float range for lcms transforms differs for ink spaces.