Brian Grinstead
Brian Grinstead
Sorry, for the slow response. This pixi.js library is the only place I've seen this format used so far, so I'm hesitant to add support for it into the main...
Interesting, I've had some weird stuff happen with all the different ways to import the script (like https://github.com/bgrins/spectrum/pull/113 and https://github.com/bgrins/spectrum/issues/41). Since you seem to know something about this, maybe you...
Please see the comment at #124
Can you please provide the exact case that it's failing on? I tried: `tinycolor("hsl(.1, 50%, 45%)").toHex(); // ac3a39` `tinycolor("hsl(.1, 50%, 45%)").spin(100).toHex(); // 60ac39`
Cool, thanks for sharing :). I could definitely see something like this replacing the demo on the [home page](https://bgrins.github.io/TinyColor/) (which sort of does the same thing but is not very...
Thanks for the info. This will be a little tricky, since IE filters use the backwards hex8 format. But I think we can special case that in the `toFilter` function....
If you'd like to contribute these changes, I'd be happy to accept a patch. Here's what would need to be done: 1) modify rgbaToHex to flip where transparency shows up:...
I don't see those errors in a local build. I don't see why the package needs to include index.html or any other file than tinycolor.js and tinycolor-min.js though
I'm not sure about exposing a new method for this, since we would then need to also expose `toHslaString`, `toHsvaString`, etc for consistency. I think maybe we could add an...
I could see this being useful, we would need to specify how this works a little bit more first. What if it comes in across multiple lines? ``` body {...