Enum PngBkgdProperties
Specifies the Portable Network Graphics (PNG) background (bKGD) chunk metadata properties.
public enum PngBkgdProperties
Fields
Color = 1
Indicates the background color. There are three possible types, depending on the image's pixel format.
- VT_UI1
-
Specifies the index of the background color in an image with an indexed pixel format.
- VT_UI2
-
Specifies the background color in a grayscale image.
- VT_VECTOR|VT_UI2
-
Specifies the background color in an RGB image as three USHORT values: {0xRRRR, 0xGGGG, 0xBBBB}.