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