MonobjcMonobjc Documented Class Library
glColor3i Method (red, green, blue)
NamespacesMonobjc.OpenGLGLglColor3i(Int32, Int32, Int32)

Original signature is 'extern void glColor3i (GLint red, GLint green, GLint blue);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glColor3i(
	int red,
	int green,
	int blue
)
Public Shared Sub glColor3i ( _
	red As Integer, _
	green As Integer, _
	blue As Integer _
)
public:
static void glColor3i(
	int red, 
	int green, 
	int blue
)
Parameters
red (Int32)

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

green (Int32)

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

blue (Int32)

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