Tao.OpenGl SDK Documentation

Gl.glCopyColorSubTableEXT Method 

[Visual Basic]
Public Shared Sub glCopyColorSubTableEXT( _
   ByVal target As Integer, _
   ByVal start As Integer, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer _
)
[C#]
public static void glCopyColorSubTableEXT(
   int target,
   int start,
   int x,
   int y,
   int width
);

See Also

Gl Class | Tao.OpenGl Namespace