
Convert color names to their 12 digit hexadecimal color representation
Source:R/l_ColorList.R
l_hexcolor.Rd
Color names in loon will be mapped to colors according to the Tk color specifications and are normalized to a 12 digit hexadecimal color representation.
Examples
if(interactive()){
p <- l_plot(1:2)
p['color'] <- 'red'
p['color']
l_hexcolor('red')
}