2
0
mirror of https://github.com/PitPik/colorPicker.git synced 2025-09-07 08:12:36 -06:00

Update README.md

This commit is contained in:
Peter Dematté 2015-03-24 13:34:33 +01:00
parent 04844f7530
commit 1d462a61ce

View File

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