-
-
Notifications
You must be signed in to change notification settings - Fork 59
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 colorspaces with alpha? #10
Comments
There is no conversion involved in the alpha channel: Alpha value is a single additional channel that doesn't change as color space changes. That's why there is no alpha anywhere in go-colorful: it's not necessary. What specifically are you missing or would you want to see? |
I'm trying to blend two colors with alpha values. Just wondering if you're going to add alpha compositing. |
Oh, I see. I guess you mean using the equations presented on wiki, right? |
@lucasb-eyer This feature would be really appreciated. |
Wondering if you're planning on supporting colorspaces with alpha channels?
The text was updated successfully, but these errors were encountered: