Color Fill Overlay

Note

This API is currently unavailable on this platform.

Defined in package com.scandit.datacapture.core.ui

ColorFillOverlay
class ColorFillOverlay : DataCaptureOverlay

Added in version 8.6.0

Overlay that draws a color across the full view. The overlay fill color can be configured through the color property.

ColorFillOverlay()
ColorFillOverlay()

Added in version 8.6.0

Creates a new ColorFillOverlay instance with transparent color.

ColorFillOverlay()
ColorFillOverlay(color: Color)

Added in version 8.6.0

Creates a new ColorFillOverlay instance with the specified color.

color
var color: Color

Added in version 8.6.0

The fill color for this core capture overlay.