Click or drag to resize
Accord.NET (logo)

HSLFilteringHue Property

Range of hue component, [0, 359].

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public IntRange Hue { get; set; }
Request Example View Source

Property Value

Type: IntRange
Remarks
Note Note
Because of hue values are cycled, the minimum value of the hue range may have bigger integer value than the maximum value, for example [330, 30].
See Also