NXWidgets  1.19
Public Attributes | List of all members
NXWidgets::SBitmap Struct Reference

#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
 

Detailed Description

Bitmap Structure

Definition at line 103 of file cbitmap.hxx.

Member Data Documentation

◆ bpp

uint8_t NXWidgets::SBitmap::bpp

Bits per pixel

Definition at line 105 of file cbitmap.hxx.

◆ data

FAR const void* NXWidgets::SBitmap::data

Pointer to the beginning of pixel data

Definition at line 110 of file cbitmap.hxx.

◆ fmt

uint8_t NXWidgets::SBitmap::fmt

Color format

Definition at line 106 of file cbitmap.hxx.

◆ height

nxgl_coord_t NXWidgets::SBitmap::height

Height in rows

Definition at line 108 of file cbitmap.hxx.

◆ stride

uint16_t NXWidgets::SBitmap::stride

Width in bytes

Definition at line 109 of file cbitmap.hxx.

◆ width

nxgl_coord_t NXWidgets::SBitmap::width

Width in pixels

Definition at line 107 of file cbitmap.hxx.


The documentation for this struct was generated from the following file: