BlendModeMenuItem

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKBlendModeMenuItem)
open class BlendModeMenuItem : NSObject

The menu item that is used in OverlayEditController.

  • The BlendMode that this menu item represents.

    Declaration

    Swift

    public let blendMode: BlendMode
  • The title of the menu item.

    Declaration

    Swift

    public let title: String
  • Creates a new blend mode menu item for the given blend mode.

    Declaration

    Swift

    public convenience init(blendMode: BlendMode)

    Parameters

    blendMode

    The blend mode that this menu item represents.