How would I go about determining the difference in cost between changing the render color of an object every frame vice changing the texture (same sheet, just changing the source rectangle) every frame?
I ask because right now i'm changing the alpha every frame on about 300-400 objects, and i'm wondering if it isn't cheaper to just simulate that with a couple of frames and cycling through them.