KCMS CMM Developer's Guide

KcsXform Class

The KcsXform class represents a set of classes that perform n->m component transformations. These transformations do not need to conform to any single type of transformation. The implementation of a KcsXform derivative is irrelevant as long as the derivative transforms in compliance with the base class interface. Some of the most helpful methods are:

All transformations have a number of properties and methods. When using a transform derivative, you can: construct it, load it, save it, associate and inquire storage information, set and retrieve attributes and information about the transform, compose another transformation from it, and most importantly evaluate or transform data.


Note -

You must derive from the KcsXform class to augment color data processing on the KCMS framework.


See Chapter 7, KcsXform Derivative " for more information.