hi_png_color_format
说明
定义PNG源图片格式的枚举。
定义
typedef enum { HI_PNG_COLOR_FORMAT_GRAY = 0x0, // gray bitmap HI_PNG_COLOR_FORMAT_RGB = 0x2, // RGB bitmap HI_PNG_COLOR_FORMAT_CLUT = 0x3, // PLTE调色板数据 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 } hi_png_color_format;
父主题: 公共