Tao.OpenGl SDK Documentation

Gl.glSecondaryColor3ui Method 

[Visual Basic]
Public Shared Sub glSecondaryColor3ui( _
   ByVal red As Integer, _
   ByVal green As Integer, _
   ByVal blue As Integer _
)
[C#]
public static void glSecondaryColor3ui(
   int red,
   int green,
   int blue
);

See Also

Gl Class | Tao.OpenGl Namespace