Why are my gluDisks white?

I haven’t done a lot with gluQuadrics, but I thought a gluDisk or two might be just what I needed for a particular display.

However, when I draw the gluDisk(), it comes out white, no matter what glColor() is set to. If I instead draw a series of GL_LINES in a circle the correct color is used; nothing else is different.

Any idea what might be going on here?

Turns out I had GL_LIGHTING enabled when I didn’t want it. They were just getting washed out.