Colors
struct Colors
ID capture UI customization color overrides.
-
Optional ID Instruction Screen background color override. Default is
nil.Declaration
Swift
public var instructionScreenBackgroundColor: UIColor? -
Optional ID Instruction Screen back button color override. Default is
nil.Declaration
Swift
public var instructionScreenBackButtonColor: UIColor? -
Optional ID Instruction Screen back button image tint color override. Default is
nil.Declaration
Swift
public var instructionScreenBackButtonImageTintColor: UIColor? -
Optional ID Instruction Screen text background color override. Default is
nil.Declaration
Swift
public var instructionScreenTextBackgroundColor: UIColor? -
Optional ID Instruction Screen label text color override. Default is
nil.Declaration
Swift
public var instructionScreenLabelTextColor: UIColor? -
Optional ID Instruction Screen image tint color override. Default is
nil.Declaration
Swift
public var instructionScreenImageTintColor: UIColor? -
Optional ID Instruction Screen button text color override. Default is
nil.Declaration
Swift
public var instructionScreenButtonTextColor: UIColor? -
Optional ID Instruction Screen button background color override. Default is
nil.Declaration
Swift
public var instructionScreenButtonBackgroundColor: UIColor?
-
Optional Close button color override. Default is
nil.Declaration
Swift
public var overlayTopViewColor: UIColor? -
Optional Close button color override. Default is
nil.Declaration
Swift
public var closeButtonColor: UIColor? -
Optional Close button text color override. Default is
nil.Declaration
Swift
public var closeButtonTextColor: UIColor? -
Optional Close button image tint color override. Default is
nil.Declaration
Swift
public var closeButtonImageTintColor: UIColor? -
Optional Capture Screen background color override. Default is
nil.Declaration
Swift
public var backgroundColor: UIColor? -
Optional Capture Label color override. Default is
nil.Declaration
Swift
public var captureLabelColor: UIColor? -
Optional Capture Label Text color override. Default is
nil.Declaration
Swift
public var captureLabelTextColor: UIColor? -
Optional Capture Screen success label background color override. Default is
nil.Declaration
Swift
public var successLabelBackgroundColor: UIColor? -
Optional Capture Screen success label text color override. Default is
nil.Declaration
Swift
public var successLabelTextColor: UIColor? -
Optional Capture Screen error label background color override. Default is
nil.Declaration
Swift
public var errorLabelBackgroundColor: UIColor? -
Optional Capture Screen error label text color override. Default is
nil.Declaration
Swift
public var errorLabelTextColor: UIColor? -
Optional Capture Screen info label background color override. Default is
nil.Declaration
Swift
public var infoLabelBackgroundColor: UIColor? -
Optional Capture Screen info label text color override. Default is
nil.Declaration
Swift
public var infoLabelTextColor: UIColor? -
Optional Capture Screen warning label background color override. Default is
nil.Declaration
Swift
public var warningLabelBackgroundColor: UIColor? -
Optional Capture Screen warning label text color override. Default is
nil.Declaration
Swift
public var warningLabelTextColor: UIColor? -
Optional CaptureAnyway button color override. Default is
nil.Declaration
Swift
public var captureAnywayButtonColor: UIColor? -
Optional CaptureAnyway button text color override. Default is
nil.Declaration
Swift
public var captureAnywayButtonTextColor: UIColor? -
Optional Exit button color override. Default is
nil.Declaration
Swift
public var exitButtonColor: UIColor? -
Optional Exit button text color override. Default is
nil.Declaration
Swift
public var exitButtonTextColor: UIColor? -
Optional ProgressBar color override. Default is
nil.Declaration
Swift
public var idCaptureProgressBarColor: UIColor?
-
Optional Screen background color override. Default is
nil.Declaration
Swift
public var previewScreenBackgroundColor: UIColor? -
Optional Preview Screen Top View color override. Default is
nil.Declaration
Swift
public var previewScreenTopViewColor: UIColor? -
Optional Preview Screen Title Label color override. Default is
nil.Declaration
Swift
public var previewScreenTitleLabelColor: UIColor? -
Optional Preview Screen Title Label text color override. Default is
nil.Declaration
Swift
public var previewScreenTitleTextColor: UIColor? -
Optional Preview Screen retry button text color override. Default is
nil.Declaration
Swift
public var previewScreenRetryBtnTextColor: UIColor? -
Optional Preview Screen retry button background color override. Default is
nil.Declaration
Swift
public var previewScreenRetryBtnBackgroundColor: UIColor? -
Optional Preview Screen done button text color override. Default is
nil.Declaration
Swift
public var previewScreenDoneBtnTextColor: UIColor? -
Optional Preview Screen done button background color override. Default is
nil.Declaration
Swift
public var previewScreenDoneBtnBackgroundColor: UIColor?
-
Optional Retry Screen background color override. Default is
nil.Declaration
Swift
public var retryScreenBackgroundColor: UIColor? -
Optional Retry Screen label text color override. Default is
nil.Declaration
Swift
public var retryScreenLabelTextColor: UIColor? -
Optional Retry Screen image tint color override. Default is
nil.Declaration
Swift
public var retryScreenImageTintColor: UIColor? -
Optional Retry Screen retry button text color override. Default is
nil.Declaration
Swift
public var retryScreenRetryButtonTextColor: UIColor? -
Optional Retry Screen retry button background color override. Default is
nil.Declaration
Swift
public var retryScreenRetryButtonBackgroundColor: UIColor? -
Optional Retry Screen cancel button text color override. Default is
nil.Declaration
Swift
public var retryScreenCancelButtonTextColor: UIColor? -
Optional Retry Screen cancel button background color override. Default is
nil.Declaration
Swift
public var retryScreenCancelButtonBackgroundColor: UIColor?