类:TouchBarColorPicker
类:TouchBarColorPicker
在 macOS 原生应用程序的触控栏中创建颜色选择器
进程:主进程
此类不会从 'electron'
模块导出。它仅作为 Electron API 中其他方法的返回值可用。
new TouchBarColorPicker(options)
实例属性
以下属性在 TouchBarColorPicker
的实例上可用
touchBarColorPicker.availableColors
一个 string[]
数组,表示颜色选择器可供选择的颜色。更改此值会立即更新触控栏中的颜色选择器。
touchBarColorPicker.selectedColor
一个 string
十六进制代码,表示颜色选择器当前选定的颜色。更改此值会立即更新触控栏中的颜色选择器。