polygonColor property

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

Color of the detected document's outline when the document's angle, size or aspect ratio is not yet sufficiently good. (All detection statuses in net.doo.snap.lib.detector.DetectionResult that have the OK_BUT_XXX prefix.)

Implementation

@JsonKey(toJson: toColorString)

/// Color of the detected document's outline when the document's angle, size or aspect ratio is not yet sufficiently good. (All detection statuses in net.doo.snap.lib.detector.DetectionResult that have the OK_BUT_XXX prefix.)
Color? polygonColor;