function addHtmlBlend()

in src/gui.js [224:230]


    function addHtmlBlend(folder, config, layer, index) {
      const blendControl =
        folder.add(config, 'layer' + index + 'Blend', C.HTML_BLENDS).name('blend');
      blendControl.onFinishChange((value) => {
        funcs.changeHtmlBlend(index, value);
      });
    }