mirror of
https://github.com/PitPik/colorPicker.git
synced 2025-09-08 08:42:37 -06:00
Update README.md
This commit is contained in:
parent
c02e20d539
commit
5290b8b14d
@ -1,10 +1,10 @@
|
||||
# colorPicker
|
||||
|
||||
An advanced, fast but small **javaScript (only) color picker** (color chooser for desktop use) that uses only one .js file (no extra HTML, CSS, images, etc... on IE9+ and internet browsers), works though in all browsers incl. IE6+ (an extra CSS has to be made to make it work in IE6 though and some additional setTimeout tricks to make it work in IE5.5)<br />
|
||||
colorPicker uses colors.js, a small but comprehensive tool for color conversions / calculations...
|
||||
**colorPicker.js** uses **colors.js**, a small but comprehensive tool for color conversions / calculations...
|
||||
|
||||
With **Colors.js** (~8.7k or way smaller if other color spaces and complex calculations are taken out...) you can also build your own simpler and / or smaller color pickers quite easy as demonstrated on the demo page.<br />
|
||||
**Colors.js** can convert 182 different combinations of color spaces (rgb2HSV, RGB2hsl, rgb2RGB, HEX2Lab, ...)
|
||||
With **colors.js** (~8.7k or way smaller if other color spaces and complex calculations are taken out...) you can also build your own simpler and / or smaller color pickers quite easy as demonstrated on the demo page.<br />
|
||||
**colors.js** can convert 182 different combinations of color spaces (rgb2HSV, RGB2hsl, rgb2RGB, HEX2Lab, ...)
|
||||
|
||||
##Demo
|
||||
See **demo** at http://dematte.at/cpn
|
||||
@ -15,7 +15,7 @@ All the W3C 2.0 calculations for readability are also based on opacity levels of
|
||||
Supported color spaces are: (* also displayed as colors in realtime)<br>
|
||||
rgb *, hsv(b) *, hsl *, cmyk, cmy, Lab, XYZ, HEX
|
||||
|
||||
##Colors.js
|
||||
##colors.js
|
||||
|
||||
```javascript
|
||||
var myColors = new Colors({ // all options have a default value...
|
||||
|
Loading…
x
Reference in New Issue
Block a user