ClearColorKey

ImageAttributes.ClearColorKey method (1 of 2)

Clears the color key (transparency range) for the default category.

public void ClearColorKey()

See Also


ImageAttributes.ClearColorKey method (2 of 2)

Clears the color key (transparency range) for a specified category.

public void ClearColorKey(ColorAdjustType type)
ParameterTypeDescription
typeColorAdjustTypeAn element of ColorAdjustType that specifies the category for which the color key is cleared.

See Also