Einhugur macOS Bridge plugin.

NSColorPickerTouchBarItem.Constructor Constructor

Constructor which takes identifier, imageType enum and action handler.

Constructor(
   identifier as String,
   imageType as EinhugurMacOSBridge.NSColorPickerTouchBarItem.ColorPickerImageType,
   actionHandler as ColorPickerActionDelegate)

Parameters

identifier
Touch Bar item identifier.
imageType
Enum to select on of the Apple standard Touch Bar images for color pickers.
actionHandler
Action handler which takes in method that gives feedback to your application when colors are selected on the Touch Bar.

Remarks

See Also

NSColorPickerTouchBarItem Class