Show / Hide Table of Contents

Enum GetColorTableParameterPName

Not used directly.

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

Fields

Name Description
ColorTableAlphaSize

Original was GL_COLOR_TABLE_ALPHA_SIZE = 0x80DD

ColorTableBias

Original was GL_COLOR_TABLE_BIAS = 0x80D7

ColorTableBlueSize

Original was GL_COLOR_TABLE_BLUE_SIZE = 0x80DC

ColorTableFormat

Original was GL_COLOR_TABLE_FORMAT = 0x80D8

ColorTableGreenSize

Original was GL_COLOR_TABLE_GREEN_SIZE = 0x80DB

ColorTableIntensitySize

Original was GL_COLOR_TABLE_INTENSITY_SIZE = 0x80DF

ColorTableLuminanceSize

Original was GL_COLOR_TABLE_LUMINANCE_SIZE = 0x80DE

ColorTableRedSize

Original was GL_COLOR_TABLE_RED_SIZE = 0x80DA

ColorTableScale

Original was GL_COLOR_TABLE_SCALE = 0x80D6

ColorTableWidth

Original was GL_COLOR_TABLE_WIDTH = 0x80D9

In This Article
Back to top Generated by DocFX