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 |
Description |
const Color in |
A color value that needs to be transformed. |
A Color value that has been transformed based on the values stored in M field.