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