Cxform::Append

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

Append appends the color transformation matrix by multiplying the specified Cxform object by the current Cxform object. When transforming colors, the current color transform is applied before the passed color matrix transformations.

Parameters
Parameters 
Description 
const Cxform& c 
Cxform object which is multiplied by the current color matrix.