HAL::DrawableCopyChannel

HAL::DrawableCopyChannel
virtual void DrawableCopyChannel(Texture** tex, const Matrix2F* texgen, const Matrix4F* cxmul);
Description

DrawableCopyPixels performs a DrawableImage copyChannel operation on the GPU (see BitmapData.copyChannel).

Parameters
Parameters 
Description 
Texture** tex 
An array of input textures. 
const Matrix2F* texgen 
The matrix to apply to the quad that renders the area affected by the operation. 
const Matrix4F* cxmul 
The color matrix used to copy.