SaturationLightnessEffect::LightnessCurve Property
Curve for the lightness. The x-axis refers to the current lightness values and the matching y-axis values will become the new lightness values.
The x-axis has a range [0, 255]. Acceptable y-values are in the range [0, 255].
Set to null if lightness should not be adjusted.
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: