From f63caa14beeaba15f3ae0b0e274c2c7b71dcff63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dematt=C3=A9?= Date: Fri, 13 Feb 2015 13:36:04 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc7522d..0d30dcb 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ If you need more complex calculations or more color spaces, use the version from ```javascript myColorPicker: { $trigger: ... // jQuery object of active trigger or null if none active + $UI: ... // jQuery object of the colorPicker HTML element color: { // instance of Color inside colorPicker colors: { all kinds of color values... see later}, options: { all the options you set or that are set as default... },