|
NXWidgets
1.19
|
#include <cbitmap.hxx>
Public Attributes | |
| uint8_t | bpp |
| uint8_t | fmt |
| nxgl_coord_t | width |
| nxgl_coord_t | height |
| uint16_t | stride |
| FAR const void * | data |
Bitmap Structure
Definition at line 103 of file cbitmap.hxx.
| uint8_t NXWidgets::SBitmap::bpp |
Bits per pixel
Definition at line 105 of file cbitmap.hxx.
| FAR const void* NXWidgets::SBitmap::data |
Pointer to the beginning of pixel data
Definition at line 110 of file cbitmap.hxx.
| uint8_t NXWidgets::SBitmap::fmt |
Color format
Definition at line 106 of file cbitmap.hxx.
| nxgl_coord_t NXWidgets::SBitmap::height |
Height in rows
Definition at line 108 of file cbitmap.hxx.
| uint16_t NXWidgets::SBitmap::stride |
Width in bytes
Definition at line 109 of file cbitmap.hxx.
| nxgl_coord_t NXWidgets::SBitmap::width |
Width in pixels
Definition at line 107 of file cbitmap.hxx.
1.8.13