ArgbColorCurves.Blue Property

The Blue component of the ARGB collection.

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

Syntax

public Curve Blue { get; set; }
'Declaration
Public Property Blue As Curve
    Get
    Set
public:
virtual property Curve^ Blue {
    Curve^ get () sealed;
    void set (Curve^ value) sealed;
}
function get_Blue();
function set_Blue(value);

Property Value

Type: Curve

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

ArgbColorCurves Class

ArgbColorCurves.ArgbColorCurves Members

Lumia.Imaging.Adjustments Namespace