BrushTool

@objc public enum BrushTool: Int

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

  • color: Change the color of the brush.
  • size: Change the size of the brush.
  • hardness: Change the hardness of the brush.
  • bringToFront: Bring the drawing to the front.
  • 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
  • Bring the drawing to the front.

    Declaration

    Swift

    case bringToFront