MATLAB: How can select RGB colors interactively in MATLAB 7.6 (R2008a)

chosecolorMATLABoverviewpalettepickerrgbtablevalues

I would like to select RGB colors interactivly in MATLAB using a color picker like provided by many graphics editors.

Best Answer

You can use UISETCOLOR to interactivly select RGB colors in MATLAB.