Tao.OpenGl SDK Documentation

Gl.glClearColorIiEXT Method 

[Visual Basic]
Public Shared Sub glClearColorIiEXT( _
   ByVal red As Integer, _
   ByVal green As Integer, _
   ByVal blue As Integer, _
   ByVal alpha As Integer _
)
[C#]
public static void glClearColorIiEXT(
   int red,
   int green,
   int blue,
   int alpha
);

See Also

Gl Class | Tao.OpenGl Namespace