home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 8 / CDACTUAL8.iso / share / os2 / graficos / gle / gc_color.gle < prev    next >
Encoding:
Text File  |  1994-03-12  |  521 b   |  32 lines

  1. size 12 3
  2. amove 1 2.7
  3. set hei 0.27
  4. set font pldr !tt
  5. mm$ = "green"
  6. begin table
  7.   amove .5 .5 
  8.   for c = 0 to 1 step .05
  9.     box .2 2 fill (c) nostroke
  10.     rmove .2 0
  11.   next c 
  12.   amove 2 1 
  13.   box 2 1 fill white nostroke
  14.   rmove -.2  .2
  15.   box 2 1 fill mm$
  16. end table
  17.  
  18. amove 5.8 0
  19. box 5 3
  20. begin origin
  21.   amove .5 .5 
  22.   for c = 0 to 1 step .05
  23.     box .2 2 fill (c) nostroke
  24.     rmove .2 0
  25.   next c 
  26.   amove 2 1 
  27.   box 2 1 fill white nostroke
  28.   rmove -.2  .2
  29.   box 2 1 fill mm$
  30. end origin
  31.      
  32.