blend_colors: Blend colors

View source: R/utils.R

blend_colorsR Documentation

Blend colors

Description

This function blends a list of colors using the specified blend mode.

Usage

blend_colors(colors, mode = c("blend", "average", "screen", "multiply"))

Arguments

colors

Color vectors.

mode

Blend mode. One of "blend", "average", "screen", or "multiply".

Value

The blended color.


plotthis documentation built on July 9, 2026, 5:07 p.m.