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.
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
Syntax
public Curve HueCurve { get; set; }
'Declaration
Public Property HueCurve As Curve
Get
Set
public:
virtual property Curve^ HueCurve {
Curve^ get () sealed;
void set (Curve^ value) sealed;
}
function get_HueCurve();
function set_HueCurve(value);
Property Value
Type: Curve
Version Information
Lumia Imaging SDK
Supported in: 2.0
See Also
HueSaturationLightnessFilter Class
HueSaturationLightnessFilter.HueSaturationLightnessFilter Members