5 references to SetRemapTable
System.Drawing.Common (5)
System\Drawing\Imaging\ImageAttributes.cs (5)
317
/// <inheritdoc cref="
SetRemapTable
(ColorMap[], ColorAdjustType)"/>
318
public void SetRemapTable(params ColorMap[] map) =>
SetRemapTable
(map, ColorAdjustType.Default);
334
/// <inheritdoc cref="
SetRemapTable
(ColorMap[], ColorAdjustType)"/>
337
/// <inheritdoc cref="
SetRemapTable
(ColorMap[], ColorAdjustType)"/>
427
public void SetBrushRemapTable(params ColorMap[] map) =>
SetRemapTable
(map, ColorAdjustType.Brush);