HueSaturationLightnessEffect::LightnessCurve Property
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
public: virtual property Curve^ LightnessCurve { Curve^ get () sealed; void set (Curve^ value) sealed; }
Property Value
Type: Curve
Show: