3 instantiations of ColorMap
System.Drawing.Common.Tests (3)
System\Drawing\Imaging\ColorMapTests.cs (3)
11
ColorMap cm =
new
();
19
ColorMap cm =
new
()
29
ColorMap cm =
new
()
8 references to ColorMap
System.Drawing (1)
System.Drawing.cs (1)
72
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.
ColorMap
))]
System.Drawing.Common (3)
Special\NotSupported.cs (3)
2425
public void SetBrushRemapTable(System.Drawing.Imaging.
ColorMap
[] map) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
2442
public void SetRemapTable(System.Drawing.Imaging.
ColorMap
[] map) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
2443
public void SetRemapTable(System.Drawing.Imaging.
ColorMap
[] map, System.Drawing.Imaging.ColorAdjustType type) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
System.Drawing.Common.Tests (4)
System\Drawing\Imaging\ColorMapTests.cs (3)
11
ColorMap
cm = new();
19
ColorMap
cm = new()
29
ColorMap
cm = new()
System\Drawing\Imaging\ImageAttributesTests.cs (1)
55
private readonly
ColorMap
[] _yellowToRedColorMap =