ColorConverter.Opacity Property

Gets or sets a value to initialize alpha channel when converting from pixel format which does not support alpha to pixel format which does.

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

Syntax

C#
public float Opacity { get; set; }

Property Value

The total opacity of an image in range [0, 1]. The default value is 1.0.

Remarks

If 0, image is completely transparent, if 1, image is completely opaque.

See Also

Reference