HueSaturationLightnessFilter::HueCurve Property
Mapping curve for hue. The x-axis refers to original hue, and the y-values describe the new hue.
The x-axis has a range [0, 255] that corresponds to the hue range [0, 359]. Acceptable y-values are in the range [0,510].
Set to null if Hue 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^ HueCurve { Curve^ get () sealed; void set (Curve^ value) sealed; }
Property Value
Type: Curve
Show: