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
)initAdded in version 6.14.0
Creates a new SDCColorFillOverlay instance with transparent color.
- - initWithColor:
- (
instancetype
)initWithColor:(nonnull UIColor *)colorAdded in version 6.14.0
Creates a new SDCColorFillOverlay instance with the specified color.