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