chromath
chromath copied to clipboard
JavaScript color conversion and manipulation functions
Hey there! I'd like to report a security issue but cannot find contact instructions on your repository. If not a hassle, might you kindly add a `SECURITY.md` file with an...
I can no build dist, fails 2 tests of 2000.... I don't know why?! I just added HCG color model support.
Hello. Can you implement HCG? I can help by tips. - Chroma (C value) is second channel of HCG (i.e. chroma, C_hcg), without any operation. - m (min of RGB)...
Adds `invert`, so you can get a color that is perfectly readable over any color, identical to "Image > Adjustments > Invert Color" command in Photoshop. Got function from [here](http://stackoverflow.com/questions/9600295/automatically-change-text-color-to-assure-readability)....
Show what can be done with the library. A simple, "input color", "choose method" form could do a lot.
The constructor allows float values for percentages (e.g, 0.8 == 204 == CC) and integers (204 == CC). As a result, the value 1 is being interpreted as 100% or...
documentation says this: Chromath.hsb(180, 1, 1).analogous(5, 10).toString(); "#00FFFF,#00FF19,#00FFB2,#00B2FF,#0019FF" but the console show this. Chromath.hsb(180, 1, 1).analogous(5, 10).toString(); "#00FFFF,#00D0FF,#0037FF,#6200FF,#FB00FF" Thanks.
Chromath is a color-focused library, yet its documentation only "talks" about colors; it doesn't show them.
The link for the docs goes to a 502 page