You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a specific reason RGBA is not one of the supported color spaces? I saw the color-rgba and color-alpha modules which seem to handle this well, unfortunately it is not available in color-space.
Thanks!
The text was updated successfully, but these errors were encountered:
I think the main reason for this is that many color spaces don't have an alpha channel. Or maybe if they do have an alpha (like rgba, rgba hex, or hsla), they probably don't need to do a complex conversion to maintain the correct alpha channel.
I'm not a maintainer of this project, but I think it'd be valuable to add support for these alpha channel color spaces to this package! I think if you wanted to work on a PR it would be appreciated!
Alternatively, I'd be happy to help you with a specific conversion you're trying to do involving an alpha channel.
Is there a specific reason RGBA is not one of the supported color spaces? I saw the color-rgba and color-alpha modules which seem to handle this well, unfortunately it is not available in color-space.
Thanks!
The text was updated successfully, but these errors were encountered: