BrushTool

@objc
public enum BrushTool : Int

The tools that can be used in an instance of BrushToolController.

  • Change the color of the brush.

    Declaration

    Swift

    case color
  • Change the size of the brush.

    Declaration

    Swift

    case size
  • Change the hardness of the brush.

    Declaration

    Swift

    case hardness