Education/Projects/ProcessingForTheWeb/PImage: Difference between revisions

Line 12: Line 12:
=== Fields ===
=== Fields ===


width:    the width of the image
width:    the width of the image<br />
height:    the height of the image
height:    the height of the image<br />
pixels[]:  an array that holds the color of each pixel in the image
pixels[]:  an array that holds the color of each pixel in the image<br />


== Methods ==
== Methods ==