4 references to SetColorMatrices
System.Drawing.Common.Tests (4)
System\Drawing\Imaging\ImageAttributesTests.cs (4)
277
imageAttr.
SetColorMatrices
(_greenComponentToZeroColorMatrix, _grayMatrix);
345
imageAttr.
SetColorMatrices
(_greenComponentToZeroColorMatrix, _grayMatrix);
438
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
SetColorMatrices
(_greenComponentToZeroColorMatrix, _grayMatrix));
448
AssertExtensions.Throws<ArgumentNullException>("newColorMatrix", () => imageAttr.
SetColorMatrices
(null, _grayMatrix));