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