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 June 21, 2025, 1:07 a.m.