Share via


ChromaKeyFilter.InvertAlpha Property

Controls how the alpha channel is generated.

Namespace: Lumia.Imaging.Compositing
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public bool InvertAlpha { get; set; }
'Declaration
Public Property InvertAlpha As Boolean
    Get
    Set
public:
virtual property bool InvertAlpha {
    bool get () sealed;
    void set (bool value) sealed;
}
function get_InvertAlpha();
function set_InvertAlpha(value);

Property Value

Type: Boolean

Remarks

If false, full transparency in the resulting alpha channel is the value 0. If true, full transparency in the resulting alpha channel is the value 255.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

ChromaKeyFilter Class

ChromaKeyFilter.ChromaKeyFilter Members

Lumia.Imaging.Compositing Namespace