Update README.md

pull/18/head
Peter Dematté 9 years ago
parent 04844f7530
commit 1d462a61ce

@ -107,9 +107,10 @@ myColorPicker: {
setColor: function(newCol, type, alpha, forceRender) {}, setColor: function(newCol, type, alpha, forceRender) {},
startRender: function(oneTime) {}, startRender: function(oneTime) {},
stopRender: function() {}, stopRender: function() {},
setCustomBackground: function(col) {}, setCustomBackground: function(col) {}, // 3rd layer solid bg-color
saveAsBackground: function() {}, saveAsBackground: function() {}, // save current color as bg-color to compare
setMode: function(mode) {}, setMode: function(mode) {},
renderMemory: function(memory) {}, // dynamically manipulate memory squares
destroyAll: function() {} destroyAll: function() {}
} }
} }

Loading…
Cancel
Save