Colors
struct Colors
ID capture UI customization color overrides.
-
Optional Document Instruction Screen background color override. Default is
nil.Declaration
Swift
public var instructionScreenBackgroundColor: UIColor? -
Optional ID Instruction Screen back button image tint color override. Default is
nil.Declaration
Swift
public var instructionScreenBackButtonImageTintColor: UIColor? -
Optional Document Instruction Screen image tint color override. Default is
nil.Declaration
Swift
public var instructionScreenImageTintColor: UIColor? -
Optional Document Instruction Screen label text color override. Default is
nil.Declaration
Swift
public var instructionScreenLabelTextColor: UIColor? -
Optional Document Instruction Screen button text color override. Default is
nil.Declaration
Swift
public var instructionScreenButtonTextColor: UIColor? -
Optional Document 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 text color override. Default is
nil.Declaration
Swift
public var successLabelTextColor: UIColor? -
Optional Capture Screen error label text color override. Default is
nil.Declaration
Swift
public var errorLabelTextColor: UIColor? -
Optional Capture Screen success label background color override. Default is
nil.Declaration
Swift
public var successLabelBackgroundColor: UIColor? -
Optional Capture Screen error label background color override. Default is
nil.Declaration
Swift
public var errorLabelBackgroundColor: 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 button text color override. Default is
nil.Declaration
Swift
public var retryScreenButtonTextColor: UIColor? -
Optional Retry Screen button background color override. Default is
nil.Declaration
Swift
public var retryScreenButtonBackgroundColor: UIColor?