Skip to contents

Fixe light at 75%.

Usage

Pastelize(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

Pastelize

Examples

Pastelize("#ebb0107f",alpha.bln=TRUE)
#> [1] "#f7d9887f"