polygonBackgroundColor property

  1. @JsonKey(toJson: toColorString)
Color? polygonBackgroundColor
getter/setter pair

The background color of the detected document outline when the document's angle, size or aspect ratio is not yet sufficiently good. (All net.doo.snap.lib.detector.DetectionResult with OK_BUT_XXX).

Implementation

@JsonKey(toJson: toColorString)

/// The background color of the detected document outline when the document's angle, size or aspect ratio is not yet sufficiently good. (All net.doo.snap.lib.detector.DetectionResult with OK_BUT_XXX).
Color? polygonBackgroundColor;