[]
A tag containing a triplet.
public class ICCXYZType : ICCTag
Name | Description |
---|---|
ICCXYZType(int, byte[], int, int) | Construct this tag from its constituant parts |
Name | Description |
---|---|
x | x component |
y | y component |
z | z component |
Name | Description |
---|---|
DoubleToXYZ(double) | Normalization utility |
ToString() | Return the string rep of this tag. |
XYZToDouble(long) | Normalization utility |