2
0
mirror of https://github.com/PitPik/colorPicker.git synced 2025-09-15 12:12:36 -06:00

Update README.md

This commit is contained in:
Peter Dematté 2016-01-16 16:22:32 +01:00
parent 635fcb468b
commit 720786e309

View File

@ -115,7 +115,7 @@ myColors: {
getColor: function(type) {},
setCustomBackground: function(col) {},
saveAsBackground: function() {},
convertColor: function(color, type) {} // converts 182 different combinations
convertColor: function(color, type) {} // String type: 'rgb2HSL';... converts 182 different combinations
}
}
```