blenderskool / pigmnts

🎨 Color palette generator from an image using WebAssesmbly and Rust
https://pigmnts.web.app
MIT License
73 stars 4 forks source link

Add support for other color formats #2

Closed blenderskool closed 4 years ago

blenderskool commented 4 years ago

The results of the palette generated is in RGBA format (hex color in WASM). Support for more color formats like HSL, L*ab, CMYK would be useful

blenderskool commented 4 years ago

While support for few color spaces has been added, it is yet to be structured and returned in the output.