3 instantiations of ColorMap
System.Drawing.Common.Tests (3)
System\Drawing\Imaging\ColorMapTests.cs (3)
11ColorMap cm = new(); 19ColorMap cm = new() 29ColorMap 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)
2425public void SetBrushRemapTable(System.Drawing.Imaging.ColorMap[] map) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 2442public void SetRemapTable(System.Drawing.Imaging.ColorMap[] map) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 2443public 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)
11ColorMap cm = new(); 19ColorMap cm = new() 29ColorMap cm = new()
System\Drawing\Imaging\ImageAttributesTests.cs (1)
55private readonly ColorMap[] _yellowToRedColorMap =