User Tools

Site Tools


notes:cprog:fall2023:projects:gtf0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:cprog:fall2023:projects:gtf0 [2023/09/07 01:46] – [FILLING AN ENCLOSED SPACE] xcroftnotes:cprog:fall2023:projects:gtf0 [2023/09/07 01:47] (current) – [DRAWING A LINE] xcroft
Line 55: Line 55:
  
 ====DRAWING A LINE====                             ====DRAWING A LINE====                            
-Command for a Line is gdImageLine (image, 940940960960white);+Command for a Line is gdImageLine (image, xyx^2y^2color);
 ====DRAWING A RECTANGLE==== ====DRAWING A RECTANGLE====
-Command is gdImageRectangle (image, 1010480480blue);+Command is gdImageRectangle (image, xyx^2y^2color);
 ====FILLING AN ENCLOSED SPACE==== ====FILLING AN ENCLOSED SPACE====
 Do  gdImageFill (image, x, y, color); Do  gdImageFill (image, x, y, color);
notes/cprog/fall2023/projects/gtf0.1694051186.txt.gz · Last modified: 2023/09/07 01:46 by xcroft