Enum ColorTableTarget
Used in GL.Arb.GetnColorTable, GL.ColorSubTable and 7 other functions
Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
public enum ColorTableTarget
Fields
Name | Description |
---|---|
ColorTable | Original was GL_COLOR_TABLE = 0x80D0 |
PostColorMatrixColorTable | Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2 |
PostConvolutionColorTable | Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1 |
ProxyColorTable | Original was GL_PROXY_COLOR_TABLE = 0x80D3 |
ProxyPostColorMatrixColorTable | Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5 |
ProxyPostConvolutionColorTable | Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4 |