'Declaration <DebuggerStepThroughAttribute()> <DebuggerNonUserCodeAttribute()> Public Function New( _ ByVal hue As Byte, _ ByVal radius As Integer, _ ByVal adaptive As Boolean, _ ByVal brightness 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)
[DebuggerStepThrough()] [DebuggerNonUserCode()] public HueRadius( byte hue, int radius, bool adaptive, bool brightness )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: HueRadius( byte hue, int radius, bool adaptive, bool brightness )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: HueRadius( byte hue, int radius, bool adaptive, bool 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.