-
I am happy that this library exposes the Hct class which was used under the hood in Material library's MaterialColors.getColorRoles() like this:
```
Hct hctColor = Hct.fromInt(color);
hctCo…
-
I end up with a lot of false negatives for some alternate types when using the existing perceptual hash system, so I've been considering how to expand upon it.
My understanding of the current syste…
-
When defining custom global colors, the UX suffers a lot when trying to build a custom scheme, where the colors do not depend on a scale.
For example:
1. we define a base color, the scales are ca…
-
This is not an issue in the css-color-4 spec, but in all the implementations. While issues have been filed on the individual bug trackers, I wanted to raise the issue with the CSSWG since it seems lik…
-
Currently the Figma toolkit uses a raw set of color values via shared styles. This makes it difficult for consumers of the toolkit to use colors given that there's no semantic meaning associated with …
-
[Color box](https://www.colorbox.io/) is super helpful but could be more helpful if you added the option to transform colors along [HSLuv](http://www.hsluv.org/) interface instead of only HSL. Maybe a…
-
I would expect `pastel set lightness 100` to set a color's lab lightness to 100. The code does seem to try and set `lab.l = value` but it doesn't actually result in a lab lightness value of 100. Which…
-
- Add support for diverging color scales (with a midpoint color)
- Change color calculation from linear RGB interpolation to bezier based on LAB with lightness correction
- Accept "Auto" for ``, `` …
-
### Describe your issue
Many of the colors for node types (all can be seen at https://ameliorate.app/examples/ontology) are too dark to easily read the node type's text (or the node's text, if using …
-