LomoEffect.Brightness Property

The brightness of the image.

Range [0.0, 1.0], where 0.0 gives a bright image and 1.0 a dark image.

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

Syntax

public double Brightness { get; set; }
'Declaration
Public Property Brightness As Double
    Get
    Set
public:
virtual property double Brightness {
    double get () sealed;
    void set (double value) sealed;
}
function get_Brightness();
function set_Brightness(value);

Property Value

Type: Double

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

LomoEffect Class

LomoEffect.LomoEffect Members

Lumia.Imaging.Artistic Namespace