LICCProfile::SetDeviceClass

#include "ltwrappr.h"

L_INT LICCProfile::SetDeviceClass(uDevClassSig);

Sets the device class of the ICC profile.

Parameters

ICCPROFILECLASS uDevClassSig

A value that represents the device class to set in the ICC profile. For a list of possible values, refer to ICCPROFILECLASS.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C++ Class Library Help