ColorMatrixEffect public class ColorMatrixEffect : Effect Adjusts the color matrix effect. Documentation Code public ColorMatrix Matrix { get; } Gets the color transform matrix. public ColorMatrixEffect(ColorMatrix matrix) Creates a new ColorMatrixEffect with the given matrix.