gen_shades_tints-deprecated: Generate shade and tint variants for a base color.

gen_shades_tints-deprecatedR Documentation

Generate shade and tint variants for a base color.

Description

gen_shades_tints returns i/2 shades and i/2 tints of a base color.

Usage

gen_shades_tints(i, clr = "#6495ed")

Arguments

i

The number of tints and/or shades to be generated.

clr

The base color to use (hex or named color).

incl.base

Should the base color be part of the generated palette?

Value

i variants of a base color.

See Also

fantaxtic-deprecated

Examples

gen_shades(3)
gen_tints(3)
gen_shades_tints(3)
gen_shades(3, "blue")
gen_tints(3, "blue")
gen_shades_tints(3, "blue")

gmteunisse/Fantaxtic documentation built on June 7, 2024, 8:47 a.m.