BrushColorToolController

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKBrushColorToolController)
@_objcRuntimeName(PESDKBrushColorToolController)
open class BrushColorToolController : ColorToolController<BrushSpriteModel, SpriteGestureController<BrushSpriteModel, UIView>, UIView>
extension BrushColorToolController: UIGestureRecognizerDelegate

A BrushColorToolController is reponsible for displaying the UI to adjust the color of the brush that will be drawn on the image.

Initializers

  • Will be called when the color was changed.

    Declaration

    Swift

    open var colorChangedHandler: ((UIColor) -> Void)?