3 references to ClearRemapTable
System.Drawing.Common.Tests (3)
System\Drawing\Imaging\ImageAttributesTests.cs (3)
1266
imageAttr.
ClearRemapTable
(type);
1279
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
ClearRemapTable
(ColorAdjustType.Default));
1287
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
ClearRemapTable
(type));