ChannelsProvider.RemoveAlpha Method

Removes the alpha channel from the current bitmap.

Overload List

Name Description
Public method RemoveAlpha()

Removes the alpha channel from the current bitmap. Alpha channel is just discarded without affecting other channels.

Public method RemoveAlpha(Color)

Removes the alpha channel from the current bitmap. The alpha channel is flattened using specified color (i.e. each pixel is alpha-blended with this color).

See Also

Reference