ImageAttributes.SetRemapTable

SetRemapTable(ColorMap[])

Sets the color-remap table for the default category.

public void SetRemapTable(ColorMap[] map)
ParameterTypeDescription
mapColorMap[]An array of color pairs of type ColorMap. Each color pair contains an existing color (the first value) and the color that it will be mapped to (the second value).

See Also


SetRemapTable(ColorMap[], ColorAdjustType)

Sets the color-remap table for a specified category.

public void SetRemapTable(ColorMap[] map, ColorAdjustType type)
ParameterTypeDescription
mapColorMap[]An array of color pairs of type ColorMap. Each color pair contains an existing color (the first value) and the color that it will be mapped to (the second value).
typeColorAdjustTypeAn element of ColorAdjustType that specifies the category for which the color-remap table is set.

See Also