Sets the specified Bitmap as the alpha channel to the current bitmap.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void SetAlpha( Bitmap alpha )
Type: Aurigma.GraphicsMill.Bitmap
A grayscale Bitmap to initialize alpha channel with. The bitmap should have the same dimensions and color depth as the current bitmap.