Cxform::Prepend

Cxform::Prepend
void Prepend(const Cxform& c);
Description

Prepend prepends a color transform matrix onto this matrix by multiplying the current matrix by the passed Cxform object.

Parameters
Parameters 
Description 
const Cxform& c 
A Cxform object to be multiplied.