ChannelsProvider.RemoveAlpha Method

Removes the alpha channel from the current bitmap. Alpha channel is just discarded without affecting other channels.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void RemoveAlpha()

Remarks

This method does not flatten the alpha channel (it will be discarded without additional processing). If you need to flatten the alpha channel by blending it with some color, use RemoveAlpha(Color) version of this method.

See Also

Reference