parse_colour_rgb_to_hex(rgb_text)

Arguments

rgb_text

string representing an rgb() or rgba() colour e.g. 'rgb(255, 0, 0)'

Value

hex colour

Examples

if (FALSE) { parse_colour_rgb_to_hex('rgb(255, 0, 0)') }