Class: TouchBarColorPicker
Class: TouchBarColorPicker
Create a color picker in the touch bar for native macOS applications
Processo: Principal
Esta classe não é exportada do módulo 'electron'
. Ele é somente disponibilizado como um valor de retorno de outros métodos na API Electron.
new TouchBarColorPicker(options)
Propriedades da Instância
As seguintes propriedades estão disponíveis em instâncias de TouchBarColorPicker
:
touchBarColorPicker.availableColors
A string[]
array representing the color picker's available colors to select. Changing this value immediately updates the color picker in the touch bar.
touchBarColorPicker.selectedColor
A string
hex code representing the color picker's currently selected color. Changing this value immediately updates the color picker in the touch bar.