col2rgb.Rd
go from a colour like "red" to a HCL matrix, values of red, green, and blue.
col2rgb(colour)
a colour name from colours() or colors()
colours()
colors()
A matrix of red, green, and blue.
col2rgb("red") #> r g b #> [1,] 255 0 0