BrushColorToolController

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

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

  • Will be called when the color was changed.

    Declaration

    Swift

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