Tao.OpenGl SDK Documentation

Gl.glColor4f Method 

[Visual Basic]
Public Shared Sub glColor4f( _
   ByVal red As Single, _
   ByVal green As Single, _
   ByVal blue As Single, _
   ByVal alpha As Single _
)
[C#]
public static void glColor4f(
   float red,
   float green,
   float blue,
   float alpha
);

See Also

Gl Class | Tao.OpenGl Namespace