[Users-fr] Changer la couleur d'un rectangle (xrect)
Serge Steer
Serge.Steer at scilab.org
Jeu 14 Fév 18:25:02 CET 2013
If you want to change the border color of a rectangle created by
xrect(x,y,w,h)
You can proceed as follow
xrect(x,y,w,h)
e=gce();e.foreground=6;
//6 is a color index , you can also do
// e.foreground=color("yellow")
If you want to draw a filled rectangle you can do
xrect(x,y,w,h)
e=gce();e.foreground=6;e.background=color("yellow");e.fill_mode='on';
Serge Steer
Le 14/02/2013 15:26, Stéphane Franiatte a écrit :
> Tout est dans le titre.
>
> Merci,
>
> --
> Stéphane Franiatte, B. ing.
>
>
> _______________________________________________
> users-fr mailing list
> users-fr at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users-fr
-------------- section suivante --------------
Une pièce jointe HTML a été nettoyée...
URL: <https://lists.scilab.org/pipermail/users-fr/attachments/20130214/e1cd0619/attachment.htm>
Plus d'informations sur la liste de diffusion users-fr