-
Notifications
You must be signed in to change notification settings - Fork 47
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
Move promotion rules and some typealiases to ColorTypes.jl v0.10 #403
Conversation
This comment has been minimized.
This comment has been minimized.
5d50164
to
6933286
Compare
6933286
to
9bc065c
Compare
TODO:
It is undecided whether to eliminate the unnecessary conversion methods that are not directly related to this PR. |
9bc065c
to
4ef39c6
Compare
4ef39c6
to
37997e0
Compare
Codecov Report
@@ Coverage Diff @@
## master #403 +/- ##
==========================================
+ Coverage 81.95% 82.46% +0.51%
==========================================
Files 11 10 -1
Lines 892 867 -25
==========================================
- Hits 731 715 -16
+ Misses 161 152 -9
Continue to review full report at Codecov.
|
37997e0
to
50ed0fb
Compare
Since gray-->rgb conversions were supported and some rgb-->rgb conversions were fixed in ColorTypes.jl, this commit delegates the conversions to ColorType.jl.
50ed0fb
to
911cfc7
Compare
Thank you for the recent reviews, @timholy |
Thanks for doing all the heavy lifting, @kimikage! You can just feel the quality shining through. |
We are currently undergoing a major renovation of ColorTypes.jl. So, this PR is a preview.Since gray-->rgb conversions were supported and some rgb-->rgb conversions were fixed in ColorTypes.jl v0.10, this PR delegates the conversions to ColorType.jl.