Tao.OpenGl SDK Documentation |
|
Gl.glColor3ui Method
[Visual Basic]
Public Shared Sub glColor3ui( _
ByVal
red As
Integer, _
ByVal
green As
Integer, _
ByVal
blue As
Integer _
)
[C#]
public static
void glColor3ui(
int red,
int green,
int blue);
See Also
Gl Class | Tao.OpenGl Namespace