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 April 11, 2025, 5:45 p.m.