Package org.lwjgl.opengl
Class EXTBlendColor
- java.lang.Object
-
- org.lwjgl.opengl.EXTBlendColor
-
public class EXTBlendColor extends java.lang.ObjectNative bindings to the EXT_blend_color extension.Blending capability is extended by defining a constant color that can be included in blending equations. A typical usage is blending two RGB images. Without the constant blend factor, one image must have an alpha channel with each pixel set to the desired blend factor.
Promoted to core in
OpenGL 1.4.
-
-
Field Summary
Fields Modifier and Type Field and Description static intGL_BLEND_COLOR_EXTAccepted by thepnameparameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.static intGL_CONSTANT_ALPHA_EXT
GL_CONSTANT_COLOR_EXT
GL_ONE_MINUS_CONSTANT_ALPHA_EXT
GL_ONE_MINUS_CONSTANT_COLOR_EXTAccepted by thesfactoranddfactorparameters of BlendFunc.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidglBlendColorEXT(float red, float green, float blue, float alpha)
-
-
-
Field Detail
-
GL_CONSTANT_COLOR_EXT
public static final int GL_CONSTANT_COLOR_EXT
Accepted by thesfactoranddfactorparameters of BlendFunc.- See Also:
- Constant Field Values
-
GL_ONE_MINUS_CONSTANT_COLOR_EXT
public static final int GL_ONE_MINUS_CONSTANT_COLOR_EXT
Accepted by thesfactoranddfactorparameters of BlendFunc.- See Also:
- Constant Field Values
-
GL_CONSTANT_ALPHA_EXT
public static final int GL_CONSTANT_ALPHA_EXT
Accepted by thesfactoranddfactorparameters of BlendFunc.- See Also:
- Constant Field Values
-
GL_ONE_MINUS_CONSTANT_ALPHA_EXT
public static final int GL_ONE_MINUS_CONSTANT_ALPHA_EXT
Accepted by thesfactoranddfactorparameters of BlendFunc.- See Also:
- Constant Field Values
-
GL_BLEND_COLOR_EXT
public static final int GL_BLEND_COLOR_EXT
Accepted by thepnameparameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.- See Also:
- Constant Field Values
-
-