blendColor: Blend Colors

View source: R/visualizations.R

blendColorR Documentation

Blend Colors

Description

Generates a blended color from two transparent colors

Usage

blendColor(col1 = "#1b9e777F", col2 = "#7570b37F")

Arguments

col1

Anything that can be interpreted by rgb as a color.

col2

Anything that can be interpreted by rgb as a color.

Value

A character string with hex color, including adjustment for transparency.

Examples


blendColor(col1 = "#1B9E777F", col2 = "#7570B37F")


voluModel documentation built on Sept. 11, 2024, 8:04 p.m.