Accusoft.Forms1 - 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
Public Property MinimumBrightness As Byte
Dim instance As DetectColorOptions
Dim value As Byte
 
instance.MinimumBrightness = value
 
value = instance.MinimumBrightness
public byte MinimumBrightness {get; set;}
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