Click or drag to resize
ColorMatrixEffectColorMatrix Property
The color transform matrix.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public Matrix5x4 ColorMatrix { get; set; }

Property Value

Type: Matrix5x4
See Also