5 references to SetRemapTable
System.Drawing.Common.Tests (5)
System\Drawing\Imaging\ImageAttributesTests.cs (5)
1174
imageAttr.
SetRemapTable
(_yellowToRedColorMap);
1212
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
SetRemapTable
(_yellowToRedColorMap));
1235
Assert.Throws<NullReferenceException>(() => imageAttr.
SetRemapTable
([null], ColorAdjustType.Default));
1242
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
SetRemapTable
([], ColorAdjustType.Default));
1251
imageAttr.
SetRemapTable
(_yellowToRedColorMap);