Gets a value indicating average saturation value for the image.
Read-only property
Visual Basic |
---|
Public Property averageSaturation() As Long |
Note: This value is calculated by sampling the image and calculating the mean saturation of the sampled pixels. If this value is above the value specified in DetectColorOptions.minimumSaturation, and the paper color is not ignored, then the image will be determined "color." If paper color is ignored, then an average saturation above the threshold will trigger a dropout of the background color.