Invité Invité
| Sujet: Graphiques Ven 20 Nov 2009 - 13:32 | |
| Salut à tous ! Ce matin, j'espérais créé un graphique de couleur. J'ai réussi ! Le Voici : - Code:
-
dim a,b,c dim j,k width 0,263:height 0,349
for a=1 to 255 picture a:width a,1:left a,j j=j+1:color a,j,0,0 next a
j=0 for b=256 to 509 picture b:width b,1:left b,j:top b,105 color b,0,j,0:j=j+1 next b
j=0 for c=512 to 766 picture c:width c,1:left c,j:top c,210 color c,0,0,j:j=j+1 next c
|
|