disableEyeDropper

open fun disableEyeDropper(disable: Boolean)(source)

Disables or enables the eye dropper tool.

When disabled, the eye dropper button in the SeslColorPicker will be hidden.

When enabled, the eye dropper button will be visible, allowing the user to pick colors from the image. Ensure that the image is set using setOnBitmapSetListener.

Parameters

disable

true to disable the eye dropper, false to enable it.

See also