Home | History | Annotate | Download | only in canvas

Lines Matching refs:blendColor

271 void WebGLRenderingContext::blendColor(double red, double green, double blue, double alpha)
273 m_context->blendColor(red, green, blue, alpha);