Skip to contents

Fixe saturation at 100%.

Usage

Colorize(color.col = NULL, alpha.bln = FALSE)

Arguments

color.col

<character or numeric>: color in any format.

alpha.bln

<logical>: whether the alpha layer should be returned. (Default FALSE)

Value

An integer vector of the color's rgb code.

Details

Colorize

Examples

Colorize("#ebb0107f",alpha.bln=TRUE)
#> [1] "#fbb7007f"