Tao.OpenGl SDK Documentation

Gl.glColor3s Method 

[Visual Basic]
Public Shared Sub glColor3s( _
   ByVal red As Short, _
   ByVal green As Short, _
   ByVal blue As Short _
)
[C#]
public static void glColor3s(
   short red,
   short green,
   short blue
);

See Also

Gl Class | Tao.OpenGl Namespace