Some of you might recognize me from my previous thread (which was a mess of misunderstanding thanks to me). I finally accomplished what I attempted to do and now a question regarding performance troubles me.
60 times each second, my game updates the background’s colour:
c = new Color((short)r,(short)g,(short)b);
Is this going to affect performance much? If so, is there a work-around?
Many thanks!