TCMaskTool

enum TCMaskTool : NSInteger

Image masking tool

  • Brush tool

    Declaration

    Swift

    case brush = 0

    Objective-C

    TCMaskToolBrush = 0
  • Quick select tool

    Declaration

    Swift

    case quickSelect = 1

    Objective-C

    TCMaskToolQuickSelect = 1
  • Hair brush tool

    Declaration

    Swift

    case hairBrush = 1

    Objective-C

    TCMaskToolHariBrush = 1