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 saturation. The x-axis refers to hue, and the y-values are signed offsets describing whether to raise or lower the saturation 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 Saturation 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 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: 2.0
See Also
HueSaturationLightnessFilter Class
HueSaturationLightnessFilter.HueSaturationLightnessFilter Members