Tao.OpenGl SDK Documentation

Gl.glColor3f Method 

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

See Also

Gl Class | Tao.OpenGl Namespace