unsigned char *palette;
The actual palette. 1 byte for each color component (rgb), 256 colors.
= new unsigned char[num_colors*3]
Back to index