Color Fill Overlay
Note
This API is currently unavailable on this platform.
Defined in framework ScanditCaptureCore
- ColorFillOverlay
open class ColorFillOverlay : NSObject, DataCaptureOverlay
Added in version 6.14.0
Overlay that draws a color across the full view. The overlay fill color can be configured through the color property.
- init
init()
Added in version 6.14.0
Creates a new ColorFillOverlay instance with transparent color.
- init
init(color: UIColor)
Added in version 6.14.0
Creates a new ColorFillOverlay instance with the specified color.