3 %>@brief Returns a color
6 %> @
return x 3-element RGB vector
9 global COLORS_STACKEDHIST;
10 x = COLORS_STACKEDHIST{mod(i-1, length(COLORS_STACKEDHIST))+1};
12 % Converts to 0-1
if COLORS has values above 0-1
13 cc = cell2mat(COLORS_STACKEDHIST);
function find_color_stackedhist(in i)