ImageFusionFilter.InvertAlpha Property

Controls how the alpha channel fades the fusion image.

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 this is false, 0 - 255 is fading from the image to the frame provided. If this is true, 0 - 255 is fading from the provided frame to image.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

ImageFusionFilter Class

ImageFusionFilter.ImageFusionFilter Members

Lumia.Imaging.Compositing Namespace