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