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

Change the default alpha position for hex(::ColorAlpha) #479

Merged
merged 1 commit into from
Jun 2, 2021

Conversation

kimikage
Copy link
Collaborator

hex(::ColorAlpha) will now return "RRGGBBAA".
This also removes the deprecated Base.hex(::Colorant).

I had expected that reaching v1.0 would happen somewhat sooner, but it has been a year since the release of v0.12.0.:sweat_smile: So, I think this should be applied in v0.13.0.

`hex(::ColorAlpha)` will now return "RRGGBBAA".
This also removes the deprecated `Base.hex(::Colorant)`.
@codecov
Copy link

codecov bot commented May 30, 2021

Codecov Report

Merging #479 (e0d7ac1) into master (81aaf1e) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #479      +/-   ##
==========================================
- Coverage   91.88%   91.85%   -0.04%     
==========================================
  Files           9        9              
  Lines         937      933       -4     
==========================================
- Hits          861      857       -4     
  Misses         76       76              
Impacted Files Coverage Δ
src/utilities.jl 98.01% <ø> (-0.08%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 81aaf1e...e0d7ac1. Read the comment docs.

@kimikage kimikage merged commit 52a0311 into JuliaGraphics:master Jun 2, 2021
@kimikage kimikage deleted the hex_coloralpha branch June 2, 2021 10:33
@jonathanBieler jonathanBieler mentioned this pull request Sep 15, 2022
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant