typedef enum { VM_GRAPHIC_COLOR_FORMAT_16_BIT = 0, VM_GRAPHIC_COLOR_FORMAT_32_BIT = 2, VM_GRAPHIC_COLOR_FORMAT_32_PARGB = 3 } VM_GRAPHIC_COLOR_FORMAT;
typedef enum { VM_GRAPHIC_COLOR_FORMAT_16_BIT = 0, VM_GRAPHIC_COLOR_FORMAT_32_BIT = 2, VM_GRAPHIC_COLOR_FORMAT_32_PARGB = 3 } VM_GRAPHIC_COLOR_FORMAT;
Graphic color formats
vmgraphic.h
|
Members |
Description |
|
VM_GRAPHIC_COLOR_FORMAT_16_BIT = 0 |
16-bit, RGB 565 |
|
VM_GRAPHIC_COLOR_FORMAT_32_BIT = 2 |
32-bit, B,G,R,A 8,8,8,8 |
|
VM_GRAPHIC_COLOR_FORMAT_32_PARGB = 3 |
32-bit, PB,PG,PR,A 8,8,8,8 |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.