C# Class CSJ2K.Icc.Types.ICCProfileVersion

This class describes the ICCProfile Version as contained in the header of the ICC Profile.
Afficher le fichier Open project: cureos/csj2k Class Usage Examples

Méthodes publiques

Свойство Type Description
size int
uMajor byte
uMinor byte

Méthodes publiques

Méthode Description
ICCProfileVersion ( byte major, byte minor, byte res1, byte res2 ) : System

Construct from constituent parts.

ToString ( ) : System.String

String representation of class instance.

write ( System raf ) : void

Construct from file content.

Private Methods

Méthode Description
ICCProfileVersion ( ) : System

Method Details

ICCProfileVersion() public méthode

Construct from constituent parts.
public ICCProfileVersion ( byte major, byte minor, byte res1, byte res2 ) : System
major byte
minor byte
res1 byte
res2 byte
Résultat System

ToString() public méthode

String representation of class instance.
public ToString ( ) : System.String
Résultat System.String

write() public méthode

Construct from file content.
public write ( System raf ) : void
raf System
Résultat void

Property Details

size public_oe static_oe property

Field size
public static int size
Résultat int

uMajor public_oe property

Major revision number in binary coded decimal
public byte uMajor
Résultat byte

uMinor public_oe property

Minor revision in high nibble, bug fix revision in low nibble, both in binary coded decimal
public byte uMinor
Résultat byte