Dart API Reference
dart:web_gl
RenderingContext
blendEquationSeparate
blendEquationSeparate
method
@DomName('WebGLRenderingContext.blendEquationSeparate')
@DocsEditable()
void
blendEquationSeparate
(
int
modeRGB
,
int
modeAlpha
)