Skip to contents

Fixe light at 25%.

Usage

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

Darken

Examples

Darken("#ebb0107f",alpha.bln=TRUE)
#> [1] "#7759087f"