MonobjcMonobjc Documented Class Library
glClearColorIiEXT Method (r, g, b, a)
NamespacesMonobjc.OpenGLGLglClearColorIiEXT(Int32, Int32, Int32, Int32)

Original signature is 'extern void glClearColorIiEXT( GLint r, GLint g, GLint b, GLint a );'

Declaration Syntax
C#Visual BasicVisual C++
public static void glClearColorIiEXT(
	int r,
	int g,
	int b,
	int a
)
Public Shared Sub glClearColorIiEXT ( _
	r As Integer, _
	g As Integer, _
	b As Integer, _
	a As Integer _
)
public:
static void glClearColorIiEXT(
	int r, 
	int g, 
	int b, 
	int a
)
Parameters
r (Int32)

[Missing <param name="r"/> documentation for "M:Monobjc.OpenGL.GL.glClearColorIiEXT(System.Int32,System.Int32,System.Int32,System.Int32)"]

g (Int32)

[Missing <param name="g"/> documentation for "M:Monobjc.OpenGL.GL.glClearColorIiEXT(System.Int32,System.Int32,System.Int32,System.Int32)"]

b (Int32)

[Missing <param name="b"/> documentation for "M:Monobjc.OpenGL.GL.glClearColorIiEXT(System.Int32,System.Int32,System.Int32,System.Int32)"]

a (Int32)

[Missing <param name="a"/> documentation for "M:Monobjc.OpenGL.GL.glClearColorIiEXT(System.Int32,System.Int32,System.Int32,System.Int32)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.OpenGL (Module: Monobjc.OpenGL)