2
0
mirror of https://github.com/PitPik/tinyColorPicker synced 2025-07-14 21:44:28 -06:00

Update README.md

This commit is contained in:
Peter Dematté 2015-02-06 14:53:45 +01:00
parent 4aa8d90f7a
commit e27401e9e2

View File

@ -12,6 +12,14 @@ See **demo** at [dematte.at/tinyColorPicker](http://dematte.at/tinyColorPicker)
All the WCAG 2.0 calculations for readability are also based on opacity levels of all layers.<br> All the WCAG 2.0 calculations for readability are also based on opacity levels of all layers.<br>
Supported color spaces are: rgb, hsv(b), hsl, HEX Supported color spaces are: rgb, hsv(b), hsl, HEX
## Usage
```javascript
<script type="text/javascript" src="jqColorPicker.min.js">
<script type="text/javascript">
$('.color').colorPicker(); // that's it
</script>
```
##colors.js ##colors.js
```javascript ```javascript
@ -29,7 +37,7 @@ Colors({ // all options have a default value...
colorPicker uses an instance of Colors and passes the options to it, so some values are the same... colorPicker uses an instance of Colors and passes the options to it, so some values are the same...
```javascript ```javascript
ColorPicker({ $('.color').colorPicker({
color: ..., // see Colors... color: ..., // see Colors...
customBG: '#FFF' // see Colors... customBG: '#FFF' // see Colors...
animationSpeed: 150, // toggle animation speed animationSpeed: 150, // toggle animation speed