9 references to ColorMatrix
System.Drawing.Common.Tests (8)
System\Drawing\Imaging\ColorMatrixTests.cs (5)
109Assert.Throws(expectedException, () => new ColorMatrix(newColorMatrix)); 115ColorMatrix cm = new( 155ColorMatrix cm = new( 170ColorMatrix cm = new(IndexedColorMatrix); 273ColorMatrix cm = new(IndexedColorMatrix);
System\Drawing\Imaging\ImageAttributesTests.cs (3)
38private readonly ColorMatrix _greenComponentToZeroColorMatrix = new( 47private readonly ColorMatrix _grayMatrix = new( 118ColorMatrix colorMatrix = new(
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2309return new ColorMatrix(result);