setEyeDropperDisable

open fun setEyeDropperDisable(disable: Boolean)(source)

Disables or enables the eye dropper tool.

When disabled, the eye dropper icon is hidden, and the last used color slot (if available and applicable in the layout) might be made visible as a fallback. When enabled, the eye dropper icon is shown, and the last used color slot is hidden.

Parameters

disable

true to disable and hide the eye dropper, false to enable and show it.