[]
This class describes the ICCProfile Version as contained in the header of the ICC Profile.
public class ICCProfileVersion
| Name | Description |
|---|---|
| ICCProfileVersion(byte, byte, byte, byte) | Construct from constituent parts. |
| Name | Description |
|---|---|
| size | Field size |
| uMajor | Major revision number in binary coded decimal |
| uMinor | Minor revision in high nibble, bug fix revision |
| Name | Description |
|---|---|
| ToString() | String representation of class instance. |