KCMS Application Developer's Guide

KcsAttrSpace

typedef enum {
 	KcsSpaceUnknown,										/* Unknown* /
 	KcsRGB,										/* RGB */
 	KcsPhotoCDYcc,										/* Photo CD Ycc */
 	KcsUVLStar,										/* uvL */
 	KcsCMY,										/* CMY */
 	KcsCMYK,										/* CMYK */
 	KcsRCS,										/* RCS */
 	KcsGray,										/* Gray scale*/
 	KcsCIEXYZ,										/* CIEXYZ */
 	KcsCIELAB,										/* CIELAB */
 	KcsCIELUV,										/* CIELUV */
 	KcsLogExp,										/* Log Exposure interchange space */
 	KcsAttrEnd,
 	KcsAttrSpaceMax = KcsForceAlign
 }KcsAttrSpace;

KcsAttrSpace defines the inputSpace and outputSpace fields of the KcsMeasurementBase structure. (See the format of this structure on "KcsMeasurementBase ".)