MonobjcMonobjc Documented Class Library
glSecondaryColor3us Method (red, green, blue)
NamespacesMonobjc.OpenGLGLglSecondaryColor3us(UInt16, UInt16, UInt16)

Original signature is 'extern void glSecondaryColor3us (GLushort red, GLushort green, GLushort blue);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glSecondaryColor3us(
	ushort red,
	ushort green,
	ushort blue
)
Public Shared Sub glSecondaryColor3us ( _
	red As UShort, _
	green As UShort, _
	blue As UShort _
)
public:
static void glSecondaryColor3us(
	unsigned short red, 
	unsigned short green, 
	unsigned short blue
)
Parameters
red (UInt16)

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

green (UInt16)

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

blue (UInt16)

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

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)