Tao.OpenGl SDK Documentation

Gl.glColorTable Method (Int32, Int32, Int32, Int32, Int32, Object)

[Visual Basic]
Overloads Public Shared Sub glColorTable( _
   ByVal target As Integer, _
   ByVal internalformat As Integer, _
   ByVal width As Integer, _
   ByVal format As Integer, _
   ByVal type As Integer, _
   ByVal table As Object _
)
[C#]
public static void glColorTable(
   int target,
   int internalformat,
   int width,
   int format,
   int type,
   object table
);

See Also

Gl Class | Tao.OpenGl Namespace | Gl.glColorTable Overload List