MonobjcMonobjc Documented Class Library
glSecondaryColor3s Method (red, green, blue)
NamespacesMonobjc.OpenGLGLglSecondaryColor3s(Int16, Int16, Int16)

Original signature is 'extern void glSecondaryColor3s (GLshort red, GLshort green, GLshort blue);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glSecondaryColor3s(
	short red,
	short green,
	short blue
)
Public Shared Sub glSecondaryColor3s ( _
	red As Short, _
	green As Short, _
	blue As Short _
)
public:
static void glSecondaryColor3s(
	short red, 
	short green, 
	short blue
)
Parameters
red (Int16)

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

green (Int16)

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

blue (Int16)

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

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)