View source: R/utils_css_color.R
rgb2hex | R Documentation |
Convert r,g,b,a values as string or numeric to hex
rgb2hex(red, green, blue, alpha = FALSE)
red |
|
alpha |
|
chr
The hex value
rgb2hex_
Other color:
color_cycle()
,
color_distance()
,
color_luminance()
,
color_match()
,
color_rgb_table()
,
color_separate()
,
color_text_by_luminance()
,
colors2css()
,
css_col2vec()
,
luminance_filter()
rgb2hex("rgba(18,180,211,1)", alpha = TRUE)
rgb2hex("rgba(18,180,211,1)", alpha = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.