How to make a colour picker similar to this one in Matlab?

12 visualizzazioni (ultimi 30 giorni)
Hi,
Below is the screenshots for a commercial colour picker available online.
The good thing about designing the colour picker in this fashion is that everything is all on the same page. Users don't have to go through different pages/channels to select a different colour. All they need to do is to first move the circle on the slider bar to the hue they want(red, green, purple), then move the position of the upper circle to fine tuning which exact blue he wants.
How to achieve something very similar to this in Matlab? Any thoughts?
P.s. It also needs to be able to be built-in/integrated in the GUI instead of stand-alone piece like 'uisetcolor'.

Risposta accettata

Jan
Jan il 16 Mag 2019
Modificato: Jan il 16 Mag 2019
This looks similar to the built-in uisetcolor of R2019b, see https://www.mathworks.com/help/matlab/ref/uisetcolor.html -> Select a Color from a Gradient
I assume you find the corresponding code in this function.
  1 Commento
Salad Box
Salad Box il 17 Mag 2019
Modificato: Salad Box il 17 Mag 2019
Hi Jan,
Thanks for your reply. I have already looked into the uisetcolor. It has two tabs. First tab shows individual colours and second tab shows gradient colours.
I expect to only present gradient colours without my participants looking at any individual colours in the first tab. I simply would like to remove the first tab in uisetcolor. But I don't know how to achieve it.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by