#include "ltwrappr.h"
L_INT LICCProfile::SetDeviceClass(uDevClassSig);
Sets the device class of the ICC profile.
A value that represents the device class to set in the ICC profile. For a list of possible values, refer to ICCPROFILECLASS.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
There are three basic classes of device profiles: Input, Display and Output profiles. In addition to the three basic device profile classes, four additional color processing profiles are defined. These profiles provide a standard implementation for use by the CMM in general color processing, or for the convenience of CMMs, which may use these types to store calculated transforms. These four additional profile classes are DeviceLink, ColorSpace Conversion, Abstract, and Named color profiles.
The Device class is one of the values contained within the "header" information in the class object's ICCPROFILEEXT member structure. Calling LICCProfile::InitHeader will reset the Device class and the other header information to the default values.
Required DLLs and Libraries
For an example, refer to LICCProfile::InitHeader.