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.
Curve for the saturation. The x-axis refers to the current saturation values and the matching y-axis values will become the new saturation values. The x-axis has a range [0, 255]. Acceptable y-values are in the range [0, 255]. Set to null if saturation should not be adjusted. Default is null.
Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
Syntax
public Curve SaturationCurve { get; set; }
'Declaration
Public Property SaturationCurve As Curve
Get
Set
public:
virtual property Curve^ SaturationCurve {
Curve^ get () sealed;
void set (Curve^ value) sealed;
}
function get_SaturationCurve();
function set_SaturationCurve(value);
Property Value
Type: Curve
Version Information
Lumia Imaging SDK
Supported in: 3.0
See Also
SaturationLightnessEffect Class