Tao.OpenGl SDK Documentation

Gl.glSecondaryColor3hNV Method 

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

See Also

Gl Class | Tao.OpenGl Namespace