powered by
Converts a hex color string like "#FF0000" or "#FF0000FF" to a length-4 RGBA numeric vector with values in the range 0..1.
hex_to_rgba(hex)
numeric vector of length 4, RGBA values in 0..1 range.
character string, a hex color code with 6 or 8 digits.