1 2 3 4 5 6 7 8 9 | for ( int x = 0 ; x < getWidth(); x++) { for ( int y = 0 ; y < getHeight(); y++) { GreenfootImage bg = getBackground(); Color beep = bg.getColorAt(x,y); Color darken = Color darken; } } |

