Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Offset curve for lightness. The x-axis refers to hue, and the y-values are signed offsets describing whether to raise or lower the lightness of particular hues. The x-axis has a range [0, 255] that corresponds to the hue range [0, 359]. Acceptable y-values are in the range [-255,255]. Set to null if Lightness should not be adjusted. The default is null.
Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
Syntax
public Curve LightnessCurve { get; set; }
'Declaration
Public Property LightnessCurve As Curve
Get
Set
public:
virtual property Curve^ LightnessCurve {
Curve^ get () sealed;
void set (Curve^ value) sealed;
}
function get_LightnessCurve();
function set_LightnessCurve(value);
Property Value
Type: Curve
Version Information
Lumia Imaging SDK
Supported in: 2.0
See Also
HueSaturationLightnessFilter Class
HueSaturationLightnessFilter.HueSaturationLightnessFilter Members