类: TouchBarColorPicker
在macOS 应用程序中,为触控栏创建拾色器
Process: Main
new TouchBarColorPicker(可选) 实验功能
options
Object
实例属性
以下为TouchBarColorPicker
实例的可用属性:
touchBarColorPicker.availableColors
String[]
类型,指可以在拾色器中选择的颜色。改变这个数组的值会即时更新触摸条中的拾色器。
touchBarColorPicker.selectedColor
String
类型,指拾色器当前选中的十六进位颜色色值。改变这个值会即时更新触摸条中的拾色器。