Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for more color spaces #34

Open
FiratUsta opened this issue Nov 26, 2024 · 0 comments
Open

Support for more color spaces #34

FiratUsta opened this issue Nov 26, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@FiratUsta
Copy link
Owner

As it stands chromora only supports RGB, HEX and HSV color. While this should be "enough" for most use cases, adding support for more color spaces would expand the usability of the app to more uses and niches. Currently thinking support for at least the following color spaces should be added:

  • RAW (RGB between 0 and 1, useful for shader work and probably more niches I don't know about.)
  • HSL (Useful anywhere, starting to replace HSV in pretty much every other program I use)
  • HWB (Useful for web, support coming with CSS 4)
  • CMYK (Useful for print)

This would require a complete overhaul of the interface, and (possibly) the color back-end, which might end up breaking backwards compatibility so I'll put this into 3.x for now. Initial thought is to have HEX be the mainstay and let the user select a second (and maybe a third just like the current implementation) color space to work with (with sane defaults!)

@FiratUsta FiratUsta added the enhancement New feature or request label Nov 26, 2024
@FiratUsta FiratUsta added this to the 3.x milestone Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant