Learn R Programming

JBTools (version 0.7.2.9)

colorChangeDarkness: Change the dark/brightness of a color

Description

Function to yield darker or brighter variants of the same color by mixing this color with white or black

Usage

colorChangeDarkness(col, factor)

Arguments

col
color to change. Can be a R color name or a hexadecimal color specification
factor
decimal factor to darken/brighten the color with. Values < 1 lead to darker colors, values > 1 to brighter colors.

Value

See Also

mixcolor