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