Applies matrix multiplication to the color channels of an image.
Syntax

[C#]

void TransformColors(XColorMatrix inMatrix);

[Visual Basic]

Sub TransformColors(inMatrix As XColorMatrix)
Params
Name Description
inMatrix An XColorMatrix to apply to each pixel.
Notes

See the Canvas TransformColors function for details.

Example

None.