[Scilab-users] color question

Samuel Gougeon sgougeon at free.fr
Wed Jun 29 11:09:47 CEST 2016


Le 29/06/2016 09:40, Offe rPade a écrit :
>
> I am using “getcolor”. But I do not know how to get rgb from the color id.
>
> Is it possible?
>
with
f = gcf();
rgb = f.color_map(cid,:)
// or with Scilab 6, directly
rgb = gcf().color_map(cid,:)

You may use as well uigetcolor():
https://help.scilab.org/docs/6.0.0/en_US/uigetcolor.html

I don't know which oneof getcolor() or uigetcolor() is closer to what 
you expect.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20160629/31d3c630/attachment.htm>


More information about the users mailing list