Class EXTBlendColor

java.lang.Object
org.lwjgl.opengl.EXTBlendColor

public class EXTBlendColor extends Object
  • Field Details

    • GL_CONSTANT_COLOR_EXT

      public static final int GL_CONSTANT_COLOR_EXT
      See Also:
    • GL_ONE_MINUS_CONSTANT_COLOR_EXT

      public static final int GL_ONE_MINUS_CONSTANT_COLOR_EXT
      See Also:
    • GL_CONSTANT_ALPHA_EXT

      public static final int GL_CONSTANT_ALPHA_EXT
      See Also:
    • GL_ONE_MINUS_CONSTANT_ALPHA_EXT

      public static final int GL_ONE_MINUS_CONSTANT_ALPHA_EXT
      See Also:
    • GL_BLEND_COLOR_EXT

      public static final int GL_BLEND_COLOR_EXT
      See Also:
  • Method Details

    • glBlendColorEXT

      public static void glBlendColorEXT(float red, float green, float blue, float alpha)
      void glBlendColorEXT(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)