跳到主要内容

类: TouchBarColorPicker

类: TouchBarColorPicker

在原生 macOS 应用程序的触控栏中创建一个颜色选择器

进程: 主进程
此类未从 'electron' 模块导出。它仅作为 Electron API 中其他方法的返回值提供。

new TouchBarColorPicker(options)

  • options 对象
    • availableColors string[] (可选) - 要显示为可选颜色的十六进制颜色字符串数组。
    • selectedColor string (可选) - 选择器中选定的十六进制颜色,例如 #ABCDEF
    • change Function (可选) - 选择颜色时要调用的函数。
      • color string - 用户从选择器中选择的颜色。

实例属性

以下属性在 TouchBarColorPicker 的实例上可用

touchBarColorPicker.availableColors

一个 string[] 数组,表示颜色选择器可选择的颜色。更改此值会立即更新触控栏中的颜色选择器。

touchBarColorPicker.selectedColor

一个 string 十六进制代码,表示颜色选择器当前选定的颜色。更改此值会立即更新触控栏中的颜色选择器。