Tao.OpenGl SDK Documentation

Gl.glColorSubTableEXT Method (Int32, Int32, Int32, Int32, Int32, IntPtr)

[Visual Basic]
Overloads Public Shared Sub glColorSubTableEXT( _
   ByVal target As Integer, _
   ByVal start As Integer, _
   ByVal count As Integer, _
   ByVal format As Integer, _
   ByVal type As Integer, _
   ByVal data As IntPtr _
)
[C#]
public static void glColorSubTableEXT(
   int target,
   int start,
   int count,
   int format,
   int type,
   IntPtr data
);

See Also

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