DrawableImage::PaletteMap

DrawableImage::PaletteMap
void PaletteMap(DrawableImage* source, const Rect<SInt32>& sourceRect, const Point<SInt32>& destPoint, UInt32** channels);
Description

PaletteMap performs a paletteMap operation on the image. Remaps the color channel values in an image that has up to four arrays of color palette data, one for each channel.

Parameters
Parameters 
Description 
DrawableImage* source 
The input drawable image to use. 
const Rect<SInt32>& sourceRect 
A rectangle that defines the area of the source image to use as input. 
const Point<SInt32>& destPoint 
The point within the destination image that corresponds to the upper-left corner of the source rectangle. 
UInt32** channels 
The color channel values in an image.