Tao.OpenGl SDK Documentation

Gl.glColor3b Method 

[Visual Basic]
Public Shared Sub glColor3b( _
   ByVal red As Byte, _
   ByVal green As Byte, _
   ByVal blue As Byte _
)
[C#]
public static void glColor3b(
   byte red,
   byte green,
   byte blue
);

See Also

Gl Class | Tao.OpenGl Namespace