|
AnimaEngine
1.0.0
Nintendo DS Pokemon Black, White, Black 2, and White 2 sprite extraction and preview toolchain
|
Container representing parsed NCLR color palette data. More...
#include <nclr.h>
Data Fields | |
| int | color_count |
| u16 | raw_colors [NCLR_MAX_COLORS] |
| RgbaColor | colors [NCLR_MAX_COLORS] |
Container representing parsed NCLR color palette data.
| int NclrPalette::color_count |
Number of colors stored.
| RgbaColor NclrPalette::colors[NCLR_MAX_COLORS] |
Resolved 32-bit RGBA color array.
| u16 NclrPalette::raw_colors[NCLR_MAX_COLORS] |
Raw BGR555 color values read from NCLR.