C# Class CSJ2K.Icc.Types.ICCProfileVersion

This class describes the ICCProfile Version as contained in the header of the ICC Profile.
ファイルを表示 Open project: cureos/csj2k Class Usage Examples

Public Properties

Property Type Description
size int
uMajor byte
uMinor byte

Public Methods

Method 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

Method Description
ICCProfileVersion ( ) : System

Method Details

ICCProfileVersion() public method

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

ToString() public method

String representation of class instance.
public ToString ( ) : System.String
return System.String

write() public method

Construct from file content.
public write ( System raf ) : void
raf System
return void

Property Details

size public_oe static_oe property

Field size
public static int size
return int

uMajor public_oe property

Major revision number in binary coded decimal
public byte uMajor
return byte

uMinor public_oe property

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