KCMS CMM Developer's Guide

Universal

The KcsXform base class supports saving in the universal format. The save()() method converts the object to ICC 3.0 to icLutX form. You need to provide allocation of the *aLut argument. When complete, the converted date is copied to the *aLut variable. This method is used by other objects during save()(). The ICC 3.2 profile format derivative calls KcsXform during its save to convert the KcsXform object into the appropriate ICC transformation attribute. If not overridden, the KcsXform base class converts the transformation into a KcsXform derivative that supports the save()() method and returns its conversion. If a derivative needs more control over this type of save, then it must override this method.