MonobjcMonobjc Documented Class Library
glClearColorIuiEXT Method (r, g, b, a)
NamespacesMonobjc.OpenGLGLglClearColorIuiEXT(UInt32, UInt32, UInt32, UInt32)

Original signature is 'extern void glClearColorIuiEXT( GLuint r, GLuint g, GLuint b, GLuint a );'

Declaration Syntax
C#Visual BasicVisual C++
public static void glClearColorIuiEXT(
	uint r,
	uint g,
	uint b,
	uint a
)
Public Shared Sub glClearColorIuiEXT ( _
	r As UInteger, _
	g As UInteger, _
	b As UInteger, _
	a As UInteger _
)
public:
static void glClearColorIuiEXT(
	unsigned int r, 
	unsigned int g, 
	unsigned int b, 
	unsigned int a
)
Parameters
r (UInt32)

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

g (UInt32)

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

b (UInt32)

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

a (UInt32)

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

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)