tarantino_palette: A Quentin Tarantino palette generator

Description Usage Arguments Value Examples

View source: R/colors.R

Description

Generate discrete or continuous color palettes from Quentin Tarantino's movies.

Usage

1
tarantino_palette(name, n, type = c("discrete", "continuous"))

Arguments

name

Name of desired palette. Choices are: ReservoirDogs, PulpFiction, KillBillVol1, KillBillVol2, JackieBrown, DeathProof, InglouriousBasterds, DjangoUnchained

n

Number of colors needed. All colors are extracted and picked from the posts on Movies in Color. If n is omitted, all colours in that palette will be generated.

type

Either "continuous" or "discrete".

Value

A vector of colours.

Examples

1
2
3
tarantino_palette("KillBillVol1")
tarantino_palette("KillBillVol1", 4)
tarantino_palette("KillBillVol1", 4, "continuous")

rexarski/tarantino documentation built on April 4, 2021, 8:23 a.m.