The EXT_blend_minmax extension is part of the WebGL API and extends blending capabilities by adding two new blend equations: the minimum or maximum color components of the source and destination colors.

Documentation EXT_blend_minmax by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Static variables

@:value(32776)staticinlineread onlyMAX_EXT:Int = 32776

Produces the maximum color components of the source and destination colors.

@:value(32775)staticinlineread onlyMIN_EXT:Int = 32775

Produces the minimum color components of the source and destination colors.