SetAlpha.Opacity Property

Gets or sets an opacity to initialize the alpha channel with.

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

Syntax

C#
public float Opacity { get; set; }

Property Value

The opacity (in range [0, 1]) to initialize the alpha channel with. Depending on the channel color depth this value is normalized to 255 (for non-extended 8 bits per channel pixel formats) or to 65535 (for extended 16 bits per channel pixel formats).

See Also

Reference