Sprite4bpp
StructSource: Renderer.h
Description
Sprite descriptor for 4bpp (16-color) multi-color sprites.
Properties
| Name | Type | Description |
|---|---|---|
uint8_t | const | Pointer to 4bpp bitmap data. |
Color | const | Pointer to color palette (max 16 colors). |
width | uint8_t | Sprite width in pixels. |
height | uint8_t | Sprite height in pixels. |
paletteSize | uint8_t | Number of colors in the palette. |
