ImageAttributes.ClearColorKey

ClearColorKey()

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

public void ClearColorKey()

See Also


ClearColorKey(ColorAdjustType)

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