Public ReadOnly Property AverageSaturation As Integer
Dim instance As DetectColorResults Dim value As Integer value = instance.AverageSaturation
public int AverageSaturation {get;}
Public ReadOnly Property AverageSaturation As Integer
Dim instance As DetectColorResults Dim value As Integer value = instance.AverageSaturation
public int AverageSaturation {get;}
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 thresold will trigger a dropout of the background color.