Removes the alpha channel from the current bitmap.
Name | Description | |
---|---|---|
RemoveAlpha() |
Removes the alpha channel from the current bitmap. Alpha channel is just discarded without affecting other channels. |
|
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). |