ImageAttributes.ClearRemapTable

ClearRemapTable()

Clears the color-remap table for the default category.

public void ClearRemapTable()

See Also


ClearRemapTable(ColorAdjustType)

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