RgbMixerEffect.Alpha Property

A set of curves defining the new color based on the current alpha component. Default is a set of curves that leaves the Alpha channel unchanged.

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

Syntax

public ArgbColorCurves Alpha { get; set; }
'Declaration
Public Property Alpha As ArgbColorCurves
    Get
    Set
public:
virtual property ArgbColorCurves^ Alpha {
    ArgbColorCurves^ get () sealed;
    void set (ArgbColorCurves^ value) sealed;
}
function get_Alpha();
function set_Alpha(value);

Property Value

Type: ArgbColorCurves

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

RgbMixerEffect Class

RgbMixerEffect.RgbMixerEffect Members

Lumia.Imaging.Adjustments Namespace