Removes alpha channel from the current bitmap.

Overload List

NameDescription
DiscardAlpha()
Removes alpha channel from the current bitmap. Alpha channel is just discarded without affecting other channels of the pixel.

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

See Also