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




Accusoft.ScanFixXpressSdk Namespace > DetectColorOptions Class : MinimumBrightness Property
Gets and sets the minimum brightness ("V" in HSV colorspace) required for a pixel to be considered "color".
Syntax
'Declaration
 
Public Property MinimumBrightness As Byte
'Usage
 
Dim instance As DetectColorOptions
Dim value As Byte
 
instance.MinimumBrightness = value
 
value = instance.MinimumBrightness
public byte MinimumBrightness {get; set;}
public: __property byte get_MinimumBrightness();
public: __property void set_MinimumBrightness( 
   byte value
);
public:
property byte MinimumBrightness {
   byte get();
   void set (    byte value);
}
Remarks

The default value is 100,

Valid values are 0 to 255.

See Also

Reference

DetectColorOptions Class
DetectColorOptions Members

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