Color Fill Overlay

Note

This API is currently unavailable on this platform.

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

ColorFillOverlay
class ColorFillOverlay : 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.

ColorFillOverlay()
ColorFillOverlay()

Added in version 6.14.0

Creates a new ColorFillOverlay instance with transparent color.

ColorFillOverlay()
ColorFillOverlay(color: Int)

Added in version 6.14.0

Creates a new ColorFillOverlay instance with the specified color.

color
var color: Int

Added in version 6.14.0

The fill color for this core capture overlay.