blendColor method
The WebGLRenderingContext.blendColor()
method of the
WebGL API is
used to set the source and
destination blending factors.
Implementation
external void blendColor(
GLclampf red,
GLclampf green,
GLclampf blue,
GLclampf alpha,
);