3 references to ClearColorMatrix
System.Drawing.Common.Tests (3)
System\Drawing\Imaging\ImageAttributesTests.cs (3)
305
imageAttr.
ClearColorMatrix
(type);
327
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
ClearColorMatrix
(ColorAdjustType.Default));
335
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
ClearColorMatrix
(type));