react-component/color-picker

wrong parsed color

afc163 opened this issue · 4 comments

image

<ColorPicker alpha={20} color="#646464" >
var Colr = require("colr")

console.log(Colr.fromHsvObject(Colr.fromHex('#646464').toHsvObject()).toHex()) // #636363

http://npmjs.com/colr 的转换有问题。

Duplicated #23

var color = tinycolor("#646464");
console.log(tinycolor(color.toHsv()).toHexString()); // #646464