ScanFix Xpress v9.0 for .NET - Updated
Brightness Property




Accusoft.ScanFixXpressSdk Namespace > HueRadius Class : Brightness Property
Gets and sets flag for hue-specific brightness correction.
Syntax
'Declaration
 
Public Property Brightness As Boolean
'Usage
 
Dim instance As HueRadius
Dim value As Boolean
 
instance.Brightness = value
 
value = instance.Brightness
public bool Brightness {get; set;}
public: __property bool get_Brightness();
public: __property void set_Brightness( 
   bool value
);
public:
property bool Brightness {
   bool get();
   void set (    bool value);
}
Remarks

The default value is false.

This option attempts to determine the average level of brightness of the given hue and will adjust the brightness level of all pixels with that hue so that the virtual bulb operation will convert those pixels to pure white. This operation should only be used on images with a white, or nearly white, background.

Use this operation if there are "shadows" of the dropped color left in the output image.

An exception will be thrown if you attempt to set this HueRadius option with the VirtualBulbOptions.Extract option set to true.

See Also

Reference

HueRadius Class
HueRadius Members

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