|
NXWidgets
1.19
|
#include <crlepalettebitmap.hxx>
Public Attributes | |
| uint8_t | bpp |
| uint8_t | fmt |
| uint8_t | nlut |
| nxgl_coord_t | width |
| nxgl_coord_t | height |
| FAR const void * | lut [2] |
| FAR const struct SRlePaletteBitmapEntry * | data |
Run-Length Encoded (RLE), Paletted Bitmap Structure
Definition at line 80 of file crlepalettebitmap.hxx.
| uint8_t NXWidgets::SRlePaletteBitmap::bpp |
Bits per pixel
Definition at line 82 of file crlepalettebitmap.hxx.
| FAR const struct SRlePaletteBitmapEntry* NXWidgets::SRlePaletteBitmap::data |
The pointer to the beginning of the RLE data
Definition at line 93 of file crlepalettebitmap.hxx.
| uint8_t NXWidgets::SRlePaletteBitmap::fmt |
Color format
Definition at line 83 of file crlepalettebitmap.hxx.
| nxgl_coord_t NXWidgets::SRlePaletteBitmap::height |
Height in rows
Definition at line 86 of file crlepalettebitmap.hxx.
| FAR const void* NXWidgets::SRlePaletteBitmap::lut[2] |
Pointers to the beginning of the Look-Up Tables (LUTs)
Definition at line 87 of file crlepalettebitmap.hxx.
| uint8_t NXWidgets::SRlePaletteBitmap::nlut |
Number of colors in the Look-Up Table (LUT)
Definition at line 84 of file crlepalettebitmap.hxx.
| nxgl_coord_t NXWidgets::SRlePaletteBitmap::width |
Width in pixels
Definition at line 85 of file crlepalettebitmap.hxx.
1.8.13