Hello,
I just downloaded the latest Greenfoot-Version (My last version was 2.6).
Now I had to replace all lowerCase Colors with the upper cases, which was no big problem.
But now I have a very large problem:
The constructor 'new Color(int)' doesn't exist, also the method Color.getRGB() does not exist.
Is it possible, to add this two small functionalities to the next version? This would make it easier to put together different java.awt.Color and greenfoot.Color - applications/algorithms. And as sideeffect I would not have to rewrite hundreds of lines in many different projects to restore their functionality.

