LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

CmmID Property

Show in webframe





Gets or sets the CMM for the profile.
Syntax
public int CmmID {get; set;}
'Declaration
 
Public Property CmmID As Integer
'Usage
 
Dim instance As IccHeader
Dim value As Integer
 
instance.CmmID = value
 
value = instance.CmmID

            

            
public:
property int CmmID {
   int get();
   void set (    int value);
}

Property Value

A value that indicates the Color Management Module for the profile.The CmmID value shall match a CMM type signature registered in the ICC registry. If no preferred CMM is identified, this member shall be set to zero (00000000h). The registration authority for this data is the ICC Technical Secretary. See the ICC web site (http://www.color.org/) for contact information.
Requirements

Target Platforms

See Also

Reference

IccHeader Structure
IccHeader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.