ScanFix Xpress v9.0 for .NET - Updated
Radius Property (HueRadius)




Accusoft.ScanFixXpressSdk Namespace > HueRadius Class : Radius Property
Gets and sets size of region of effect around hue value in HSV colorspace.
Syntax
'Declaration
 
Public Property Radius As Integer
'Usage
 
Dim instance As HueRadius
Dim value As Integer
 
instance.Radius = value
 
value = instance.Radius
public int Radius {get; set;}
public: __property int get_Radius();
public: __property void set_Radius( 
   int value
);
public:
property int Radius {
   int get();
   void set (    int value);
}
Remarks

The default value is 170.

Valid values are 0 to 884.

The radius used is non-linear. A Radius of approximately 172 corresponds to 2/3 of the spectrum and will emulate the same range of dropout that a color scanner would generate. Larger values will drop a greater range of color, while smaller values will drop a narrower range of color.

Colors in the inner half of the radius will drop fully to white while colors in the outer half radius will shade to black.

See Also

Reference

HueRadius Class
HueRadius Members

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