From 1d462a61ce1c934f165d80b85ffd5b925eb45a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dematt=C3=A9?= Date: Tue, 24 Mar 2015 13:34:33 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78ee6b4..e593ad9 100644 --- a/README.md +++ b/README.md @@ -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() {} } }