MonobjcMonobjc Documented Class Library
glColor3ui Method (red, green, blue)
NamespacesMonobjc.OpenGLGLglColor3ui(UInt32, UInt32, UInt32)

Original signature is 'extern void glColor3ui (GLuint red, GLuint green, GLuint blue);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glColor3ui(
	uint red,
	uint green,
	uint blue
)
Public Shared Sub glColor3ui ( _
	red As UInteger, _
	green As UInteger, _
	blue As UInteger _
)
public:
static void glColor3ui(
	unsigned int red, 
	unsigned int green, 
	unsigned int blue
)
Parameters
red (UInt32)

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

green (UInt32)

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

blue (UInt32)

[Missing <param name="blue"/> documentation for "M:Monobjc.OpenGL.GL.glColor3ui(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)