Description Usage Arguments Value
View source: R/utils-hexcolour.R
Convert between equivalent 32-bit representations
1 2 3 4 5 6 7 8 9 10 11 | rgba_vec_to_hex_colour(rgba_vec)
hex_colour_to_rgba_vec(hex_colour)
int32_to_hex_colour(int32)
hex_colour_to_int32(hex_colour)
rgba_vec_to_int32(rgba_vec)
int32_to_rgba_vec(int32)
|
rgba_vec |
4-element RGBA colour with values in range [0, 255] |
hex_colour |
string "#0a44f5', "#33ff12ff" |
int32 |
32 bit integer |
Hex colour with Alpha
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.