gka / chroma.js

JavaScript library for all kinds of color manipulations
https://gka.github.io/chroma.js/
Other
10.13k stars 545 forks source link

Add ARGB #319

Closed jclarkcisco closed 1 month ago

jclarkcisco commented 1 year ago

I see color.hex('argb') in code, and an older PR for it, but it doesn't seem to be part of the typings or documentation. Maybe this was disabled by accident, but it's needed for anyone needing to output colors for Android.

gka commented 1 month ago

good point. we should add it to the documentation, at least. as for the typing, I think there's a big discrepancy between the current chroma.js API and what's on typed/chroma.js. Not sure what's the best way to fix this, but we're already thinking about porting chroma.js to TypeScript.