HAL::DrawableCxform

HAL::DrawableCxform
virtual void DrawableCxform(Texture** tex, const Matrix2F* texgen, const Cxform* cx);
Description

DrawableCxform performs a DrawableImage colorTransform operation on the GPU (see BitmapData.colorTransform).

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 Cxform* cx 
The color transform to apply.