Re: [Scilab-users] color question

2016-06-29 Thread Offe rPade
Thanks, Uigetcolor() works nicely From: users [mailto:users-boun...@lists.scilab.org] On Behalf Of Samuel Gougeon Sent: Wednesday, June 29, 2016 12:10 PM To: Users mailing list for Scilab Subject: Re: [Scilab-users] color question Le 29/06/2016 09:40, Offe rPade a écrit : I am using

Re: [Scilab-users] color question

2016-06-29 Thread Offe rPade
Hi Philippe Thanks! Offer -Original Message- From: users [mailto:users-boun...@lists.scilab.org] On Behalf Of philippe Sent: Wednesday, June 29, 2016 12:09 PM To: users@lists.scilab.org Subject: Re: [Scilab-users] color question Hi, Le 29/06/2016 09:40, Offe rPade a écrit : > I

Re: [Scilab-users] color question

2016-06-29 Thread Samuel Gougeon
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/d

Re: [Scilab-users] color question

2016-06-29 Thread philippe
Hi, 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? If you're searching for rgb levels of colors you should use uigetcolor() instead of getcolor(). You can also have a look to functions "name2rgb" and "r

[Scilab-users] color question

2016-06-29 Thread Offe rPade
I am using "getcolor". But I do not know how to get rgb from the color id. Is it possible? ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users