ColorPickerView

@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.

  • The currently selected color

    Declaration

    Swift

    public var color: UIColor