Color Fill Overlay

Defined in framework ScanditDataCaptureCore

SDCColorFillOverlay
@interface SDCColorFillOverlay : NSObject <SDCDataCaptureOverlay>

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
- (instancetype)init

Added in version 6.14.0

Creates a new SDCColorFillOverlay instance with transparent color.

- initWithColor:
- (instancetype)initWithColor:(nonnull UIColor *)color

Added in version 6.14.0

Creates a new SDCColorFillOverlay instance with the specified color.

color
@property (nonatomic, strong, nonnull) UIColor *color

Added in version 6.14.0

The fill color for this core capture overlay.