ICC_PROFILE_DESC

typedef struct __ICCPROFILEDESC 
{ 
   L_IccUInt32Number DevManufacturerSig; 
   L_IccUInt32Number DevModelSig; 
   L_IccUInt8Number DevAttributes[8]; 
   L_IccUInt32Number DevTechInfo; 
   ICCTAG_MULTI_LOCALIZED_UNICODE_TYPE DevManufacturerDesc; 
   ICCTAG_MULTI_LOCALIZED_UNICODE_TYPE DevModelDesc; 
} ICC_PROFILE_DESC, * pICC_PROFILE_DESC; 

The ICC_PROFILE_SEQ_DESC structure is used to save profile description structures data.

Members

DevManufacturerSig

A value that indicates the device manufacturer's signature. This is from the corresponding profile's header information.

DevModelSig

A value that indicates the device model signature. This is from the corresponding profile's header information.

DevAttributes

A value that indicates the attributes. This is from the corresponding profile's header information.

DevTechInfo

A value that indicates the device technology information such as CRT, Dye Sublimation, etc. This corresponds to profile's technology signature.

DevManufacturerDesc

An ICCTAG_MULTI_LOCALIZED_UNICODE_TYPE structure that contains a displayable description of the device manufacturer. (profile's deviceMfgDescTag) For information on the profile's deviceMfgDescTag, refer to https://www.color.org/index.xalter.

DevModelDesc

An ICCTAG_MULTI_LOCALIZED_UNICODE_TYPE structure that contains the displayable description of the device model (profile's deviceModelDescTag). For information on the profile's deviceModelDescTag, refer to https://www.color.org/index.xalter.

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

LEADTOOLS Color Conversion C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.