Gets or sets the CMM for the profile.
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.