Description:
Parameters:
Returns:
Example:
for y=0,height do for x=0,width do pw.setColor(x,y,1,x/width,y/height,math.sin(time*10)/2+.5) end end