Removes the alpha channel from an image.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public sealed class RemoveAlpha : Transform
If the BackgroundColor property is null, the alpha channel is just discarded without affecting other channels. Otherwise the alpha channel is flattened using specified color (i.e. each pixel is alpha-blended with this color).