colormind: colormind

Description Usage Arguments References

View source: R/colormind.R

Description

Query the colormind API for a random color palette. Seed colors can be specified by passing up to five rgb colors to the function.

Usage

1
colormind(c1 = NA, c2 = NA, c3 = NA, c4 = NA, c5 = NA)

Arguments

c1

- a color passed as a rgb vector, e.g. c(85,90,84).

c2

- a color passed as a rgb vector, e.g. c(85,90,84).

c3

- a color passed as a rgb vector, e.g. c(85,90,84).

c4

- a color passed as a rgb vector, e.g. c(85,90,84).

c5

- a color passed as a rgb vector, e.g. c(85,90,84).

References

colormind


twesleyb/miscR documentation built on July 8, 2021, 6:21 p.m.