'Usage
Dim hue As Byte
Dim radius As Integer
Dim adaptive As Boolean
Dim brightness As Boolean
Dim instance As New HueRadius(hue, radius, adaptive, brightness)
Parameters
hue
Hue value in HSV color space.
radius
Radius in HSV color space.
adaptive
Indicates whether to use adaptive color determination based on image data.
brightness
Indicates whether to apply brightness enhancement for this hue.