RemoveAlpha Class

Removes the alpha channel from an image.

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

Syntax

C#
public sealed class RemoveAlpha : Transform

Remarks

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).

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.PipelineElement
L Aurigma.GraphicsMill.Transforms.Transform
L Aurigma.GraphicsMill.Transforms.RemoveAlpha

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference