Skip to content

Commit

Permalink
Add compat note for style option of hex() (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimikage authored Apr 2, 2021
1 parent e2c7b87 commit 9a2bbd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ julia> hex(ARGB(1,0.533,0,0.267), :S)
"4F80"
```
!!! compat "Colors v0.12"
`style` requires at least Colors v0.12.
!!! compat
For backward compatibility, `hex(c::ColorAlpha)` currently returns an
"AARRGGBB" style string. This is inconsistent with `hex(c, :AUTO)` returning
Expand Down

0 comments on commit 9a2bbd6

Please sign in to comment.