Changes between Version 1 and Version 2 of DrawingCommands
- Timestamp:
- Dec 17, 2011, 6:40:28 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DrawingCommands
v1 v2 4 4 5 5 {{{ 6 <ctxt>save/restore</> :6 <ctxt>save/restore</> 7 7 8 8 Save and restore the current paint context. … … 17 17 18 18 {{{ 19 <transl>x y</> :19 <transl>x y</> 20 20 21 21 Specify the position for the next paint command. … … 29 29 30 30 {{{ 31 <scale>xsize ysize</> :31 <scale>xsize ysize</> 32 32 33 33 Apply scaling to the next set of commands. … … 42 42 43 43 {{{ 44 <imgkey>imgname # alpha</> :44 <imgkey>imgname # alpha</> 45 45 46 46 Paint an image specified by the key 'imgname' on the current surface with an alpha level of 'alpha'.