Skip to content

Documentation / device / BlendFunc

Type Alias: BlendFunc

BlendFunc = "zero" | "one" | "src-alpha" | "inv-src-alpha" | "src-alpha-saturate" | "dst-alpha" | "inv-dst-alpha" | "src-color" | "inv-src-color" | "dst-color" | "inv-dst-color" | "const-color" | "inv-const-color" | "const-alpha" | "inv-const-alpha"

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

Type of the blending functions

Released under the MIT License.