home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / oberon / tool / paint.tool (.txt) < prev    next >
Oberon Text  |  1977-12-31  |  1KB  |  28 lines

  1. Syntax8.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax10.Scn.Fnt
  5. Syntax10i.Scn.Fnt
  6. Mouse Interclicks, primary/secondary
  7.     L    set cross to insert text    L/R    drwa line
  8.     M    move picture    R    Open Object
  9.     R    select rectangle    R/L    clear rectangle
  10. Remember to mark Frame, even if you use commands from the menu.
  11. Paint.Open ^    load Pict-file or create new
  12. Escher.Pict   Grapes.Pict   Clown16.Pict   Clown256.Pict
  13. Paint.Store *    store data to disk
  14. Paint.Zoom    zoom on/off
  15. Paint.Resize    resize to selected rectangle
  16. Paint.Invert    invert selected rectangle
  17. Paint.Fill ^    fill rectangle with one color
  18. 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 
  19. Paint.SetColor ^    set color
  20. Paint.SetWidth ^    set line width
  21. Paint.SetGrid ^    set grid size
  22. Paint.LoadColors    load original colors of the picture
  23. Paint.StoreColors    store screen colors to picture
  24. Paint.Info    show info about picture
  25. System.SetFont ^    set text font
  26. PictElems.Insert ^    insert picture as text-element
  27. REMARK: loading and storing pictures can take a long time at the AMIGA. Only loading of 2 color pictures is "fast".
  28.