-
**Issue by [peterflynn](https://github.com/peterflynn)**
_Sunday Nov 25, 2012 at 23:46 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/2201_
----
Several fields on the ColorPick…
-
**Issue by [le717](https://github.com/le717)**
_Saturday Dec 20, 2014 at 19:29 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/10250_
----
Both LESS 2.0 and Sass 3.4 support [re…
-
Shouldn't these take alpha in consideration ?
https://github.com/bgrins/TinyColor/blob/80f7225029c428c0de0757f7d98ac15f497bee57/tinycolor.js#L70
see this please https://jsfiddle.net/t6svd5rt…
-
Several fields on the ColorPicker object have a different type at different times:
- `this.color`: sometimes a string representing a color, sometimes a tinycolor object. This in turn makes the return…
-
Currently the `isDark` and `isLight` is determined by checking the brightness against a static `128` value, however it would be nice to be able to adjust this value(I've found, for example, that `170`…
-
## What problem does this address?
The current contrast-checker component in core uses the tinycolor library to check the contrast between two colour values. The specific `isReadable` method used by …
-
Hi, when I remove any file or node module, it breaks the server for some reason. Here's the error message in my terminal. Here I removed the package `react-color` (this happens when I remove any arbit…
-
The functions to create a tint or shade for a color have a paramater amount.
Currenly this is the library code
```
TinyColor tint([int amount = 10]) {
return this.mix(input: Color.fromRGBO…
-
First of all I love your app! :) I was wondering are you interested in supporting HSL? If so I'd happily try to add it :)
-
I stumbled upon https://gist.github.com/JordanDelcros/518396da1c13f75ee057 yesterday. Maybe a nice idea to integrate it?
```js
tinycolor.prototype.blendWith = function (that) {
…