FxEngine  0.0.1
3d engine for fx9860G calculators
Data Fields
bitmap_rich Struct Reference

bitmap rich type transparency is in the layout More...

#include <bitmap.h>

Data Fields

uint32_t size_px_x
 
uint32_t size_px_y
 
uint32_t size_o_y
 
uint32_t * color
 
bool color_dynamic
 
uint32_t * layout
 
bool layout dynamic
 

Detailed Description

bitmap rich type transparency is in the layout

Warning
Monochrome only !

Definition at line 9 of file bitmap.h.

Field Documentation

◆ color

uint32_t* color

Definition at line 15 of file bitmap.h.

◆ color_dynamic

bool color_dynamic

Definition at line 16 of file bitmap.h.

◆ dynamic

bool layout dynamic

Definition at line 18 of file bitmap.h.

◆ layout

uint32_t* layout

Definition at line 17 of file bitmap.h.

◆ size_o_y

uint32_t size_o_y

Definition at line 13 of file bitmap.h.

◆ size_px_x

uint32_t size_px_x

Definition at line 11 of file bitmap.h.

◆ size_px_y

uint32_t size_px_y

Definition at line 12 of file bitmap.h.


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