Learn R Programming

childsds (version 0.9.11)

adjust_colors: change saturation and brightness of given colors

Description

change saturation and brightness of given colors

Usage

adjust_colors(colors, saturation_factor = 1, brightness_factor = 1)

Value

vector of adjusted colors

Arguments

colors

vector of hex colors

saturation_factor

factor

brightness_factor

factor

Author

Mandy Vogel