Replies: 7 comments
-
I'm interested in this! |
Beta Was this translation helpful? Give feedback.
-
Cool. The first step is to look at the fosstodon post; that shows the exact region of the C code that (probably) requires a change. In order to attempt this change, you will need to be able to (at a minimum):
|
Beta Was this translation helpful? Give feedback.
-
This was my suggestion. It has come up a few times when I was interfacing R with html/css (which allows for 3-digit hex colours). According to https://www.w3.org/TR/css-color-3/ and other sources, I had a play around with adapting some colour lookup code here: https://github.com/coolbutuseless/colourlookup Another idea in that repo is using hash lookup for R-color-name-to-rgba-values in I'm also happy to help out over chat on mastodon if there are any questions. |
Beta Was this translation helpful? Give feedback.
-
Thanks! And apologies for not properly attributing you with the original idea! |
Beta Was this translation helpful? Give feedback.
-
@pmur002 No worries! This looks like a great small task for the sprint! |
Beta Was this translation helpful? Give feedback.
-
This has now become issue #74. |
Beta Was this translation helpful? Give feedback.
-
A post on fosstodon suggests adding support for
"#RGB"
colours in R (in addition to existing"#RRGGBB"
colours.This may not be an urgent need and might be a small change, but it would still require the complete modify, build, test, check, document process to be covered. And that is assuming there are no unintended consequences ...
Beta Was this translation helpful? Give feedback.
All reactions