AnimaEngine  1.0.0
Nintendo DS Pokemon Black, White, Black 2, and White 2 sprite extraction and preview toolchain
Data Fields
NclrPalette Struct Reference

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]
 

Detailed Description

Container representing parsed NCLR color palette data.

Field Documentation

◆ color_count

int NclrPalette::color_count

Number of colors stored.

◆ colors

RgbaColor NclrPalette::colors[NCLR_MAX_COLORS]

Resolved 32-bit RGBA color array.

◆ raw_colors

u16 NclrPalette::raw_colors[NCLR_MAX_COLORS]

Raw BGR555 color values read from NCLR.


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