Package org.lwjgl.opengl
Class EXTBlendColor
java.lang.Object
org.lwjgl.opengl.EXTBlendColor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.static final int
Accepted by the <sfactor> and <dfactor> parameters of BlendFunc.static final int
Accepted by the <sfactor> and <dfactor> parameters of BlendFunc.static final int
Accepted by the <sfactor> and <dfactor> parameters of BlendFunc.static final int
Accepted by the <sfactor> and <dfactor> parameters of BlendFunc. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBlendColorEXT
(float red, float green, float blue, float alpha)
-
Field Details
-
GL_CONSTANT_COLOR_EXT
public static final int GL_CONSTANT_COLOR_EXTAccepted by the <sfactor> and <dfactor> parameters of BlendFunc.- See Also:
-
GL_ONE_MINUS_CONSTANT_COLOR_EXT
public static final int GL_ONE_MINUS_CONSTANT_COLOR_EXTAccepted by the <sfactor> and <dfactor> parameters of BlendFunc.- See Also:
-
GL_CONSTANT_ALPHA_EXT
public static final int GL_CONSTANT_ALPHA_EXTAccepted by the <sfactor> and <dfactor> parameters of BlendFunc.- See Also:
-
GL_ONE_MINUS_CONSTANT_ALPHA_EXT
public static final int GL_ONE_MINUS_CONSTANT_ALPHA_EXTAccepted by the <sfactor> and <dfactor> parameters of BlendFunc.- See Also:
-
GL_BLEND_COLOR_EXT
public static final int GL_BLEND_COLOR_EXTAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.- See Also:
-
-
Method Details
-
glBlendColorEXT
public static void glBlendColorEXT(float red, float green, float blue, float alpha)
-