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