Colors

struct Colors

Voice capture UI customization color overrides.

  • 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 background color override. Default is nil.

    Declaration

    Swift

    public var backgroundColor: UIColor?
  • Optional timer label Text color override. Default is nil.

    Declaration

    Swift

    public var timerLabelTextColor: UIColor?
  • Optional Delete button image tint color override. Default is nil.

    Declaration

    Swift

    public var deleteButtonImageTintColor: UIColor?
  • Optional Stop button image tint color override. Default is nil.

    Declaration

    Swift

    public var stopButtonImageTintColor: UIColor?
  • Optional Play button image tint color override. Default is nil.

    Declaration

    Swift

    public var playButtonImageTintColor: UIColor?
  • Optional Recording button image tint color override. Default is nil.

    Declaration

    Swift

    public var recordingButtonImageTintColor: UIColor?
  • Optional Pause button image tint color override. Default is nil.

    Declaration

    Swift

    public var pauseButtonImageTintColor: UIColor?
  • Optional Save button image tint color override. Default is nil.

    Declaration

    Swift

    public var saveButtonImageTintColor: UIColor?
  • Optional Delete label text color override. Default is nil.

    Declaration

    Swift

    public var deleteLabelTextColor: UIColor?
  • Optional Stop label text color override. Default is nil.

    Declaration

    Swift

    public var stopLabelTextColor: UIColor?
  • Optional Play label text color override. Default is nil.

    Declaration

    Swift

    public var playLabelTextColor: UIColor?
  • Optional Recordinglabel text color override. Default is nil.

    Declaration

    Swift

    public var recordingLabelTextColor: UIColor?
  • Optional Pause label text color override. Default is nil.

    Declaration

    Swift

    public var pauseLabelTextColor: UIColor?
  • Optional Save label text color override. Default is nil.

    Declaration

    Swift

    public var saveLabelTextColor: UIColor?