DrawablePaletteMap performs a DrawableImage paletteMap operation on the GPU (see BitmapData.paletteMap).
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. |