MonobjcMonobjc Documented Class Library
glColor4i Method (red, green, blue, alpha)
NamespacesMonobjc.OpenGLGLglColor4i(Int32, Int32, Int32, Int32)

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

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

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

green (Int32)

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

blue (Int32)

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

alpha (Int32)

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