HAL::DrawablePaletteMap

HAL::DrawablePaletteMap
virtual void DrawablePaletteMap(Texture** tex, const Matrix2F* texgen, const Matrix2F& mvp, unsigned channelMask, const UInt32* values);
Description

DrawablePaletteMap performs a DrawableImage paletteMap operation on the GPU (see BitmapData.paletteMap).

Parameters
Parameters 
Description 
Texture** tex 
An array of input textures 
const Matrix2F* texgen 
An array of texture generation matrices, one per items in tex. 
const Matrix2F& mvp 
The matrix to apply to the quad that renders the area affected by the operation. 
unsigned channelMask 
The mask of channels affected by the operation. 
const UInt32* values 
The paletteMap for the operation.