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