hi_png_color_format

Description

Defines the PNG source image formats.

Prototype

HI_PNG_COLOR_FORMAT_GRAY  = 0x0,   # Gray bitmap
HI_PNG_COLOR_FORMAT_RGB   = 0x2,   # RGB bitmap
HI_PNG_COLOR_FORMAT_CLUT  = 0x3,   # Palette data
HI_PNG_COLOR_FORMAT_AGRAY = 0x4,   # Gray bitmap with alpha
HI_PNG_COLOR_FORMAT_ARGB  = 0x6,   # RGB bitmap with alpha
HI_PNG_COLOR_FORMAT_BUTT  = 0x100