Show / Hide Table of Contents

Enum ColorTableTargetSgi

Used in GL.Sgi.ColorTableParameter, GL.Sgi.ColorTable and 3 other functions

Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum ColorTableTargetSgi

Fields

Name Description
ColorTable

Original was GL_COLOR_TABLE = 0x80D0

ColorTableSgi

Original was GL_COLOR_TABLE_SGI = 0x80D0

PostColorMatrixColorTable

Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2

PostColorMatrixColorTableSgi

Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2

PostConvolutionColorTable

Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1

PostConvolutionColorTableSgi

Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1

ProxyColorTable

Original was GL_PROXY_COLOR_TABLE = 0x80D3

ProxyColorTableSgi

Original was GL_PROXY_COLOR_TABLE_SGI = 0x80D3

ProxyPostColorMatrixColorTable

Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5

ProxyPostColorMatrixColorTableSgi

Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D5

ProxyPostConvolutionColorTable

Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4

ProxyPostConvolutionColorTableSgi

Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D4

ProxyTextureColorTableSgi

Original was GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD

TextureColorTableSgi

Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC

In This Article
Back to top Generated by DocFX