blends blends website

CRAN status

The objective of blends is to blend colour palettes using blend modes, such as multiply and screen.

Installation

Install from CRAN, or development version from GitHub.

install.packages("blends") 
pak::pak("davidhodge931/blends")

Example

library(blends)
library(jumble)
scales::show_col(c(teal, orange, multiply(teal, orange)), ncol = 3)