Removes alpha channel from the current bitmap. 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 Sub DiscardAlpha ( _ backgroundColor As Color _ )
public void DiscardAlpha( Color backgroundColor )
Type: Aurigma.GraphicsMill.Color
Color value specifying a color to blend semi-transparent areas with.