Cxform::Transform

Cxform::Transform
Color Transform(const Color in) const;
Description

Transform applies a color transform to a specified color. Transforming a color involves multiplying it by a scale factor and adding an offset factor. The result of the color transform is clamped to the target color numeric range.

Parameters
Parameters 
Description 
const Color in 
A color value that needs to be transformed. 
Return Value

A Color value that has been transformed based on the values stored in M field.