|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengl.EXTBlendColor
public final class EXTBlendColor
Field Summary | |
---|---|
static int |
GL_BLEND_COLOR_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev. |
static int |
GL_CONSTANT_ALPHA_EXT
Accepted by the <sfactor> and <dfactor> parameters of BlendFunc. |
static int |
GL_CONSTANT_COLOR_EXT
Accepted by the <sfactor> and <dfactor> parameters of BlendFunc. |
static int |
GL_ONE_MINUS_CONSTANT_ALPHA_EXT
Accepted by the <sfactor> and <dfactor> parameters of BlendFunc. |
static int |
GL_ONE_MINUS_CONSTANT_COLOR_EXT
Accepted by the <sfactor> and <dfactor> parameters of BlendFunc. |
Method Summary | |
---|---|
static void |
glBlendColorEXT(float red,
float green,
float blue,
float alpha)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int GL_CONSTANT_COLOR_EXT
public static final int GL_ONE_MINUS_CONSTANT_COLOR_EXT
public static final int GL_CONSTANT_ALPHA_EXT
public static final int GL_ONE_MINUS_CONSTANT_ALPHA_EXT
public static final int GL_BLEND_COLOR_EXT
Method Detail |
---|
public static void glBlendColorEXT(float red, float green, float blue, float alpha)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |