View source: R/utils_css_color.R
css_col2vec | R Documentation |
Convert a CSS representation of a color to an r,g,b numeric
css_col2vec(x)
x |
|
num
with names r,g,b
css_col2vec_
Other color:
color_cycle()
,
color_distance()
,
color_luminance()
,
color_match()
,
color_rgb_table()
,
color_separate()
,
color_text_by_luminance()
,
colors2css()
,
luminance_filter()
,
rgb2hex()
css_col2vec("#12B4D3")
css_col2vec("rgba(111,96,140,1)")
css_col2vec("green")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.