4 references to SetColorMatrices
System.Drawing.Common.Tests (4)
System\Drawing\Imaging\ImageAttributesTests.cs (4)
278
imageAttr.
SetColorMatrices
(_greenComponentToZeroColorMatrix, _grayMatrix);
346
imageAttr.
SetColorMatrices
(_greenComponentToZeroColorMatrix, _grayMatrix);
439
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
SetColorMatrices
(_greenComponentToZeroColorMatrix, _grayMatrix));
449
AssertExtensions.Throws<ArgumentNullException>("newColorMatrix", () => imageAttr.
SetColorMatrices
(null, _grayMatrix));