ScanFix Xpress v9.0 for .NET - Updated
HueRadius Constructor(Byte,Int32,Boolean,Boolean)




Accusoft.ScanFixXpressSdk Namespace > HueRadius Class > HueRadius Constructor : HueRadius Constructor(Byte,Int32,Boolean,Boolean)
Hue value in HSV color space.
Radius in HSV color space.
Indicates whether to use adaptive color determination based on image data.
Indicates whether to apply brightness enhancement for this hue.
Instantiates a HueRadius object with the specified values.
Syntax
'Declaration
 
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)
public HueRadius( 
   byte hue,
   int radius,
   bool adaptive,
   bool brightness
)
public: HueRadius( 
   byte hue,
   int radius,
   bool adaptive,
   bool brightness
)
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.
See Also

Reference

HueRadius Class
HueRadius Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.