glColor

I know that glColor CAN be between glBegin/glEnd pairs, but does it HAVE to be?

i.e. If I am going to have multiple glBegin/glEnd calls and want the same color for all of them, can I set glColor once before I even call glBegin?

Thanks,
Jenny

Yes, you can.