EXTBlendMinmax
js.html.webgl.extension.EXTBlendMinmax (extern class)
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:
Static Members
MIN_EXT: Int
Produces the minimum color components of the source and destination colors.
MAX_EXT: Int
Produces the maximum color components of the source and destination colors.