Contents

colorPicker(withIdentifier:buttonImage:)

Creates a color picker bar item using the supplied image as its icon.

Declaration

class func colorPicker(withIdentifier identifier: NSTouchBarItem.Identifier, buttonImage image: UIImage) -> Self
class func colorPicker(withIdentifier identifier: NSTouchBarItem.Identifier, buttonImage image: NSImage) -> Self

See Also

Creating a color picker item