WatercolorEffect.ColorIntensity Property

Specifies color intensity.

Range [0.0, 1.0].

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

Syntax

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

Property Value

Type: Double

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

WatercolorEffect Class

WatercolorEffect.WatercolorEffect Members

Lumia.Imaging.Artistic Namespace