MonobjcMonobjc Documented Class Library
glSecondaryColor3i Method (red, green, blue)
NamespacesMonobjc.OpenGLGLglSecondaryColor3i(Int32, Int32, Int32)

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

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

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

green (Int32)

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

blue (Int32)

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