Instantiates a HueRadius object with the specified values.
Syntax
'Declaration
Public Function New( _
ByVal As Byte, _
ByVal As Integer, _
ByVal As Boolean, _
ByVal As Boolean _
)
'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)
public HueRadius(
byte ,
int ,
bool ,
bool
)
public: HueRadius(
byte ,
int ,
bool ,
bool
)
public:
HueRadius(
byte ,
int ,
bool ,
bool
)
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.
See Also