NSColorPickerTouchBarItemMBS properties

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSColorPickerTouchBarItemMBS class.

NSColorPickerTouchBarItemMBS.color as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property TouchBar MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The selected color of the picker.

(Read and Write property)

NSColorPickerTouchBarItemMBS.colorList as NSColorListMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property TouchBar MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The color list displayed in the list color picker.

Defaults to the standard system color list. Setting a custom color list will disable the additional tints/shades that appear on long-press.
(Read and Write property)

NSColorPickerTouchBarItemMBS.customizationLabel as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property TouchBar MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The localized string labelling this item during user customization.
Example
dim t as new NSColorPickerTouchBarItemMBS("test")
t.customizationLabel = "Drawing Color"

The default value is empty string.
(Read and Write property)

NSColorPickerTouchBarItemMBS.enabled as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property TouchBar MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Enables or disabled the color picker.

If it is currently being shown in a popover, it will be dismissed.
(Read and Write property)

NSColorPickerTouchBarItemMBS.showsAlpha as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property TouchBar MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Whether or not the picker should allow picking a color with non-1.0 alpha.

Defaults to "not NSColor.ignoresAlpha".
(Read and Write property)

The items on this page are in the following plugins: MBS Mac64bit Plugin.


💬 Ask a question or report a problem