LICCProfile::SetDeviceClass

#include "ltwrappr.h"

L_INT LICCProfile::SetDeviceClass(uDevClassSig);

ICCPROFILECLASS uDevClassSig;

device class value

Sets the device class of the ICC profile.

Parameter

Description

uDevClassSig

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

Returns

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

LTCLR

LTFIL

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Color Conversion C++ Class Library Help