Enum PngChrmProperties
Specifies the Portable Network Graphics (PNG) cHRM chunk metadata properties for CIE XYZ chromaticity.
public enum PngChrmProperties
Fields
BlueX = 7
[VT_UI4] Indicates the blue x value ratio.
BlueY = 8
[VT_UI4] Indicates the blue y value ratio.
GreenX = 5
[VT_UI4] Indicates the green x value ratio.
GreenY = 6
[VT_UI4] Indicates the green y value ratio.
RedX = 3
[VT_UI4] Indicates the red x value ratio.
RedY = 4
[VT_UI4] Indicates the red y value ratio.
WhitePointX = 1
[VT_UI4] Indicates the whitepoint x value ratio.
WhitePointY = 2
[VT_UI4] Indicates the whitepoint y value ratio.