Removes alpha channel from the current bitmap.
Overload List
| Name | Description |
|---|---|
| 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). |