PROTOCOL
public protocol SheetyColorsConfigProtocol
A protocol defining all options that can be used for configuring a SheetyColors view.
var alphaEnabled: Bool
Defines whether an opacity slider should be displayed or not.
var hapticFeedbackEnabled: Bool
Defines whether haptic feedback is supported when changing a slider's value.
var initialColor: UIColor
The initial color used when displaying the SheetyColors view.
var message: String?
A description text displayed inside the SheetyColors view.
var title: String?
A title text displayed inside the SheetyColors view.
var type: SheetyColorsType
The color model used by the SheetyColors view.