ClearRemapTable

ImageAttributes.ClearRemapTable method (1 of 2)

Clears the color-remap table for the default category.

public void ClearRemapTable()

See Also


ImageAttributes.ClearRemapTable method (2 of 2)

Clears the color-remap table for a specified category.

public void ClearRemapTable(ColorAdjustType type)
ParameterTypeDescription
typeColorAdjustTypeAn element of ColorAdjustType that specifies the category for which the remap table is cleared.

See Also