mirror of
https://github.com/PitPik/colorPicker.git
synced 2025-09-08 00:32:35 -06:00
Update README.md
This commit is contained in:
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…
x
Reference in New Issue
Block a user