Color Fill Overlay

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(int color)

Added in version 6.14.0

Creates a new ColorFillOverlay instance with the specified color.

color
int getColor()
void setColor(int value)

Added in version 6.14.0

The fill color for this core capture overlay.