11 references to SetColorMatrix
System.Drawing.Common.Tests (8)
System\Drawing\Imaging\ImageAttributesTests.cs (8)
74
imageAttr.
SetColorMatrix
(_greenComponentToZeroColorMatrix);
98
imageAttr.
SetColorMatrix
(_greenComponentToZeroColorMatrix);
136
imageAttr.
SetColorMatrix
(colorMatrix);
221
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
SetColorMatrix
(_greenComponentToZeroColorMatrix));
231
AssertExtensions.Throws<ArgumentNullException>("newColorMatrix", () => imageAttr.
SetColorMatrix
(null));
277
imageAttr.
SetColorMatrix
(_greenComponentToZeroColorMatrix);
674
imageAttr.
SetColorMatrix
(_greenComponentToZeroColorMatrix);
722
imageAttr.
SetColorMatrix
(_greenComponentToZeroColorMatrix);
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
1032
imgAttrib.
SetColorMatrix
(DisabledImageColorMatrix);
System\Windows\Forms\Rendering\ControlPaint.cs (2)
1560
attributes.
SetColorMatrix
(RemapBlackAndWhitePreserveTransparentMatrix(replaceBlack, Color.White));
1627
t_disabledImageAttr.
SetColorMatrix
(grayMatrix);