Colors

struct Colors

FingerPrint capture UI customization color overrides.

Instruction Screen

  • Optional FingerPrint Instruction Screen background color override. Default is nil.

    Declaration

    Swift

    public var instructionScreenBackgroundColor: UIColor?
  • Optional FingerPrint Instruction Screen back button color override. Default is nil.

    Declaration

    Swift

    public var instructionScreenBackButtonColor: UIColor?
  • Optional FingerPrint Instruction Screen back button color override. Default is nil.

    Declaration

    Swift

    public var instructionScreenBackButtonTintColor: UIColor?
  • Optional FingerPrint Instruction Screen image tint color override. Default is nil.

    Declaration

    Swift

    public var instructionScreenImageTintColor: UIColor?
  • Optional FingerPrint Instruction Screen left hand button color override. Default is nil.

    Declaration

    Swift

    public var instructionScreenLeftHandButtonColor: UIColor?
  • Optional FingerPrint Instruction Screen right hand button color override. Default is nil.

    Declaration

    Swift

    public var instructionScreenRightHandButtonColor: UIColor?