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