Show / Hide Table of Contents

Enum TextureEnvModeOperandRgb

Not used directly.

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

Fields

Name Description
OneMinusSrcAlpha

Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303

OneMinusSrcColor

Original was GL_ONE_MINUS_SRC_COLOR = 0x0301

SrcAlpha

Original was GL_SRC_ALPHA = 0x0302

SrcColor

Original was GL_SRC_COLOR = 0x0300

In This Article
Back to top Generated by DocFX