hex_to_rgba: Transform colors from hexadecimal format to rgba hc notation

Description Usage Arguments Examples

View source: R/helpers.R

Description

Transform colors from hexadecimal format to rgba hc notation

Usage

1
hex_to_rgba(x, alpha = 1)

Arguments

x

colors in hexadecimal format

alpha

alpha

Examples

1
hex_to_rgba(x <- c("#440154", "#21908C", "#FDE725"))

highcharter documentation built on Jan. 3, 2022, 5:08 p.m.