MonobjcMonobjc Documented Class Library
glColor3f Method (red, green, blue)
NamespacesMonobjc.OpenGLGLglColor3f(Single, Single, Single)

Original signature is 'extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glColor3f(
	float red,
	float green,
	float blue
)
Public Shared Sub glColor3f ( _
	red As Single, _
	green As Single, _
	blue As Single _
)
public:
static void glColor3f(
	float red, 
	float green, 
	float blue
)
Parameters
red (Single)

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

green (Single)

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

blue (Single)

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

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)