changed colors

hello
I’m trying to set new color (ex.glColor3f(1.0,1.0,1.0) but displayed color is blue. I think that problem is with textures. Im loading textures with the same color(blue). How can i change it to have white color again ??

Disable texturing (and lighting) before rendering the geometry which should use the glColor.

Thanks :smiley: