2
0
mirror of https://github.com/PitPik/tinyColorPicker synced 2025-06-28 13:41:02 -06:00

Update README.md

This commit is contained in:
Peter Dematté 2015-02-13 13:36:04 +01:00
parent 742cece380
commit f63caa14be

View File

@ -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... },