Skip to contents

Fixe saturation at 25%.

Usage

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

Tarnished

Examples

Tarnished("#ebb0107f",alpha.bln=TRUE)
#> [1] "#9d8c5e7f"