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).
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void RemoveAlpha( Color backgroundColor )
Type: Aurigma.GraphicsMill.Color
The Color to blend semi-transparent areas with.