Tao.OpenGl SDK Documentation |
|
Gl.glCopyColorTableSGI Method
[Visual Basic]
Public Shared Sub glCopyColorTableSGI( _
ByVal
target As
Integer, _
ByVal
internalformat As
Integer, _
ByVal
x As
Integer, _
ByVal
y As
Integer, _
ByVal
width As
Integer _
)
[C#]
public static
void glCopyColorTableSGI(
int target,
int internalformat,
int x,
int y,
int width);
See Also
Gl Class | Tao.OpenGl Namespace