'Declaration Public ReadOnly Property AverageSaturation As Integer
'Usage Dim instance As DetectColorResults Dim value As Integer value = instance.AverageSaturation
public int AverageSaturation {get;}
public: __property int get_AverageSaturation();
'Declaration Public ReadOnly Property AverageSaturation As Integer
'Usage Dim instance As DetectColorResults Dim value As Integer value = instance.AverageSaturation
public int AverageSaturation {get;}
public: __property int get_AverageSaturation();
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.