-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add linear color space support #12
Comments
It would be great if this included support for out-of-gamut color values. I.e. values > 1.0 (HDR) and < 0.0 (for certain blending effects). |
Does this supported by Skia? Because tiny-skia is and will be just a Skia fork. |
It is not only supported, it's the default behavior. I just tried via I can send you can example, if you like. |
This would be great, because I'm not sure about what feature are you talking. And |
Check out my port of the In the image below I set sk::Color4f::new(10.0, 5.0, 2.0, 1.0), P.S.: I also have an issue open at |
Thanks. |
@termhn’s latest works, |
The current issue is lack of time from my side. I'm not sure how those creates could help me. Skia already supports this, so I simply has to port it. |
No description provided.
The text was updated successfully, but these errors were encountered: