Dart API Reference
dart:web_gl
RenderingContext
blendColor
blendColor
method
@DomName('WebGLRenderingContext.blendColor')
@DocsEditable()
void
blendColor
(
num
red
,
num
green
,
num
blue
,
num
alpha
)