3 references to SetRemapTable
System.Drawing.Common.Tests (3)
System\Drawing\Imaging\ImageAttributesTests.cs (3)
1175
imageAttr.
SetRemapTable
(_yellowToRedColorMap);
1213
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
SetRemapTable
(_yellowToRedColorMap));
1252
imageAttr.
SetRemapTable
(_yellowToRedColorMap);