PsdFrame.Opacity Property

Gets an opacity of this layer.

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

Syntax

C#
public float Opacity { get; protected set; }

Property Value

The opacity of the layer in range [0, 1]. If 0, layer is completely transparent, if 1, layer is completely opaque.

See Also

Reference