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

13 vues (au cours des 30 derniers jours)
Salad Box
Salad Box le 16 Mai 2019
Modifié(e) : Salad Box le 17 Mai 2019
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'.

Réponse acceptée

Jan
Jan le 16 Mai 2019
Modifié(e) : Jan le 16 Mai 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 commentaire
Salad Box
Salad Box le 17 Mai 2019
Modifié(e) : Salad Box le 17 Mai 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.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by