ColorPickerView

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKColorPickerView)
open class ColorPickerView : UIControl

The ColorPickerView provides a way to pick colors. It contains three elements - a hue picker, a brightness and saturation picker and an alpha picker. It has full support for wide colors.

Properties

  • The currently selected color

    Declaration

    Swift

    public var color: UIColor { get set }