How to combine a texture with color?

Hi

How to combine a texture with color without doing multitexturing ( i.e. to add color without retrieving it from another texture) ?

Thanks

glColor with whatever color you want instead of default white.
Enable texturing.
By default, texture is modulated with vertex color.

:o

setup glTexEnvf