| Did you know ... | Search Documentation: |
| colour<-convert |
# and has 3, 4, 6 or 8 hex
digits after it, interpret it as a CSS hex literal:
#c0453f -> R=192, G=69, B=63, A=255
With three or four hex digits, each digit is doubled (#abc
â¡ #aabbcc). With four or eight digits the trailing byte
is the alpha channel.