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