ColorPipetteOverlayView

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKColorPipetteOverlayView)
open class ColorPipetteOverlayView : UIView

A ColorPipetteOverlayView is responsible to draw the UI of a ColorPipetteView. This overlay consists of a circular border that highlights the selected color and a crosshair in the middle to facilitate precise color selection.

  • The selected color.

    Declaration

    Swift

    public var pickedColor: UIColor { get set }