mix_color: Mix colors

View source: R/tools.R

mix_colorR Documentation

Mix colors

Description

Mix colors

Usage

mix_color(color1, color2 = NA, n = 5)

Arguments

color1

Color 1

color2

Color 2

n

Number of different colors that should be generated

Value

Vector of color-codes

Examples

mix_color("blue", n = 10)
mix_color("gold", "red", n = 4)

rolkra/explore documentation built on April 17, 2024, 10:58 p.m.