RgbLevelsEffect.Rgb Property

The minimum, maximum and midtone of the RGB levels in the image.

Range Min[0, 255], Max[0,255], MidTone[0.01, 9,99]

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

Syntax

public Levels Rgb { get; set; }
'Declaration
Public Property Rgb As Levels
    Get
    Set
public:
virtual property Levels Rgb {
    Levels get () sealed;
    void set (Levels value) sealed;
}
function get_Rgb();
function set_Rgb(value);

Property Value

Type: Levels

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

RgbLevelsEffect Class

RgbLevelsEffect.RgbLevelsEffect Members

Lumia.Imaging.Adjustments Namespace