Skip to content

Documentation / device / BlendEquation

Type Alias: BlendEquation

BlendEquation = "add" | "subtract" | "reverse-subtract" | "min" | "max"

Defined in: libs/device/src/render_states.ts:33

Type of the alpha blending equations

Released under the MIT License.