This is what im suppose to do
this is what i did
1) input PImage with a labelled variable
2)Initialize the PImage variavle to equal a loadImage function, with the name of the image you want to load . For example loadImage("Image Name.gif")
3) input "image" function, with coordinates Image(PImage variable,x position, y position)
4)input color function with variable named "blue".
5)set color function "blue" equal to color(0,0,255)
6)input color with variable named red
7)set color function red equal to color(255,0,0)
8)input the loadPixels function
9) for red set equal to zero, red less than 50, red ++
10)input pixels[red] and set equal to blue
1