public final class EXTBlendMinmax
extends java.lang.Object
Blending capability is extended by respecifying the entire blend equation. While this document defines only two new equations, the BlendEquationEXT procedure that it defines will be used by subsequent extensions to define additional blending equations.
The two new equations defined by this extension produce the minimum (or maximum) color components of the source and destination colors. Taking the maximum is useful for applications such as maximum projection in medical imaging.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_BLEND_EQUATION_EXT
Accepted by the
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev. |
static int |
GL_FUNC_ADD_EXT
Accepted by the
mode parameter of BlendEquationEXT. |
static int |
GL_MAX_EXT
Accepted by the
mode parameter of BlendEquationEXT. |
static int |
GL_MIN_EXT
Accepted by the
mode parameter of BlendEquationEXT. |
public static final int GL_FUNC_ADD_EXT
mode parameter of BlendEquationEXT.public static final int GL_MIN_EXT
mode parameter of BlendEquationEXT.public static final int GL_MAX_EXT
mode parameter of BlendEquationEXT.public static final int GL_BLEND_EQUATION_EXT
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.Copyright LWJGL. All Rights Reserved. License terms.