Skip to main content
Module

x/gluten/mod.ts>WebGLRenderingContext#blendFunc

OpenGL bindings & WebGL API implementation for Deno.
Go to Latest
method WebGLRenderingContext.prototype.blendFunc
import { WebGLRenderingContext } from "https://deno.land/x/gluten@0.1.6/mod.ts";

Defines which function is used for blending pixel arithmetic.

Parameters

sfactor: number
dfactor: number