-
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
Some color names are missing #277
Comments
Confirmed (on 0.7.3, and on master) As a work around: Though I think the definition of Indigo disagrees. julia> using NamedColors
julia> colorant"aqua"
RGB24{N0f8}(0.0,1.0,1.0)
julia> colorant"indigo"
RGB24{N0f8}(0.22,0.008,0.51)
julia> colorant"lime"
RGB24{N0f8}(0.0,1.0,0.0)
julia> colorant"teal"
RGB24{N0f8}(0.0,0.502,0.502) |
Thank you for your confirmation. The result of indigo in NamedColors.jl seems to be from the XKCD color survey. As |
|
Fixed by #279 |
The following parsing of colors fails because
color_names
is missing some color names inSVG color keywords.
The text was updated successfully, but these errors were encountered: