ColorPipetteMenuItem

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKColorPipetteMenuItem)
open class ColorPipetteMenuItem : ColorMenuItem

A special menu item for the ColorToolController that allows to use a color pipette to pick a color value from the edited image.

  • The normalized position in the untransformed image where this color was picked with a pipette.

    Declaration

    Swift

    public var normalizedPosition: CGPoint?