Learn R Programming

highcharter (version 0.3.0)

hex_to_rgba: Transform colors from hexadeximal format to rgba hc notation

Description

Transform colors from hexadeximal format to rgba hc notation

Usage

hex_to_rgba(x, alpha = 1)

Arguments

x
colors in hexadecimal format
alpha
alpha

Examples

Run this code

hex_to_rgba(x <- hc_get_colors())


Run the code above in your browser using DataLab