ColorFindings - values for collection of findings returned by DetectColor.
Member | Value | Description |
---|---|---|
SF_ColorFindings_Unsaturated | 1 | Set if overall saturation of the image is less than MinimumSaturation. |
SF_ColorFindings_NoItems | 2 | No significant saturated items found in the image. |
SF_ColorFindings_FewItems | 3 | Indicates that large, saturated objects were found, but not a number sufficient to trigger an "is color" result. |
SF_ColorFindings_SmallItems | 4 | Indicates that objects of more than 50% of MinimumSize, but less than MinimumSize, were found. |
SF_ColorFindings_Saturated | 5 | Indicates the overall saturation of the image was above MinimumSaturation. |
SF_ColorFindings_FoundItems | 6 | Indicates that the image had a sufficient number of large, saturated color objects. |
SF_ColorFindings_PaperColorIgnored | 7 | Image is more that 50% of MiminumSaturation and dominant hue pixels were ignored. |