Skip to content

API Reference / @gtkx/gl / colorMaski

Function: colorMaski()

colorMaski(index, r, g, b, a): void

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

void glColorMaski(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)

Provided by GL_VERSION_3_0.

Parameters

index

number

GLuint

r

boolean

GLboolean

g

boolean

GLboolean

b

boolean

GLboolean

a

boolean

GLboolean

Returns

void

See

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

Released under the MPL-2.0 License.