Skip to content

API Reference / @gtkx/gl / blendColor

Function: blendColor()

blendColor(red, green, blue, alpha): void

Defined in: generated/commands.d.ts:330

void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)

Provided by GL_VERSION_1_4.

Parameters

red

number

GLfloat

green

number

GLfloat

blue

number

GLfloat

alpha

number

GLfloat

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glBlendColor.xhtml

Released under the MPL-2.0 License.