Alpha Blending & Lighting

How can i define the Alpha Value while i’m using Lighting?
The glColor4f(…); function doesn’t work if lighting is enabled.

When lighting is enable you use glMaterial*, and you must set the alpha value for the light too with glLight*.

[This message has been edited by Boresight (edited 05-11-2001).]