'Declaration Public Property Sensitivity As Byte
'Usage Dim instance As DetectColorOptions Dim value As Byte instance.Sensitivity = value value = instance.Sensitivity
public byte Sensitivity {get; set;}
'Declaration Public Property Sensitivity As Byte
'Usage Dim instance As DetectColorOptions Dim value As Byte instance.Sensitivity = value value = instance.Sensitivity
public byte Sensitivity {get; set;}
The default value is 90.
Valid values are 0 to 100.
This value is not linear; it is used to control a sensitivity function that sets the object count threshold. A value of 100 will trigger on a single matching object, while lower values will require more objects to trigger an IsColor result. A value of zero will require thousands of objects for an IsColor result.