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