various tweaks and adjustments to demo; bugfix for select/input changes (#149)

This commit is contained in:
Jeffrey Warren
2017-10-23 23:16:22 -04:00
committed by GitHub
parent 135c142ba8
commit 73e5d14569
6 changed files with 44 additions and 34 deletions

View File

@@ -38428,6 +38428,7 @@ module.exports = function Dynamic(options,UI) {
},{"../_nomodule/PixelManipulation.js":148}],136:[function(require,module,exports){
module.exports={
"name": "Dynamic",
"description": "A module which accepts JavaScript math expressions to produce each color channel based on the original image's color. See <a href='https://publiclab.org/wiki/infragram-sandbox'>Infragrammar</a>.",
"inputs": {
"red": {
"type": "input",
@@ -38936,6 +38937,7 @@ var colormaps = {
},{}],147:[function(require,module,exports){
module.exports={
"name": "Segmented Colormap",
"description": "Maps brightness values (average of red, green & blue) to a given color lookup table, made up of a set of one more color gradients.",
"inputs": {
"colormap": {
"type": "select",