Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
bgColor#eeeeee
borderWidth1

z                 ;# Erase screen
win demo          ;# Get demo window (450000 460000 6450000 6460000 1000 4000)
spe bgc whi       ;# Specify background color to white
mak ran 11        ;# Make 11 random points
grp 222 222       ;# Make grid of dimension 222 x 222
map               ;# Map the grid
ima sav           ;# Save image 
ima qua           ;# Quantize the image
ssc               ;# Scale data
d2                ;# Set screen in 2D mode
map               ;# Map the grid

The above example produces this image.

...