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

#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 SRlePaletteBitmapEntrydata
 

Detailed Description

Run-Length Encoded (RLE), Paletted Bitmap Structure

Definition at line 80 of file crlepalettebitmap.hxx.

Member Data Documentation

◆ bpp

uint8_t NXWidgets::SRlePaletteBitmap::bpp

Bits per pixel

Definition at line 82 of file crlepalettebitmap.hxx.

◆ data

FAR const struct SRlePaletteBitmapEntry* NXWidgets::SRlePaletteBitmap::data

The pointer to the beginning of the RLE data

Definition at line 93 of file crlepalettebitmap.hxx.

◆ fmt

uint8_t NXWidgets::SRlePaletteBitmap::fmt

Color format

Definition at line 83 of file crlepalettebitmap.hxx.

◆ height

nxgl_coord_t NXWidgets::SRlePaletteBitmap::height

Height in rows

Definition at line 86 of file crlepalettebitmap.hxx.

◆ lut

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.

◆ nlut

uint8_t NXWidgets::SRlePaletteBitmap::nlut

Number of colors in the Look-Up Table (LUT)

Definition at line 84 of file crlepalettebitmap.hxx.

◆ width

nxgl_coord_t NXWidgets::SRlePaletteBitmap::width

Width in pixels

Definition at line 85 of file crlepalettebitmap.hxx.


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