MonobjcMonobjc Documented Class Library
glSecondaryColor3ui Method (red, green, blue)
NamespacesMonobjc.OpenGLGLglSecondaryColor3ui(UInt32, UInt32, UInt32)

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

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

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

green (UInt32)

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

blue (UInt32)

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