Tao.OpenGl SDK Documentation

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

[Visual Basic]
Overloads Public Shared Sub glColorTableEXT( _
   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 glColorTableEXT(
   int target,
   int internalFormat,
   int width,
   int format,
   int type,
   object table
);

See Also

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