Package 'lisa'

Title: Color Palettes from Color Lisa
Description: Contains 128 palettes from Color Lisa. All palettes are based on masterpieces from the worlds greatest artists. For more information, see <http://colorlisa.com/>.
Authors: Tyler Littlefield [aut, cre]
Maintainer: Tyler Littlefield <[email protected]>
License: MIT + file LICENSE
Version: 0.1.2
Built: 2025-03-23 03:53:20 UTC
Source: https://github.com/tylerlittlefield/lisa

Help Index


Artist, palettes, and artwork names

Description

A table containing various information about each palette.

Usage

artwork

Format

A data frame with 128 rows and 3 variables:

author

name of artist

work

name of artwork

palette

name of the palette

colors

hex color codes

url

url for artwork info

Value

a tibble

Source: http://colorlisa.com/


List of all available palettes

Description

A list containing all available palettes (128) and their attributes (class, artist name and the name of the artwork).

Usage

lisa

Format

An object of class list of length 128.

Details

Source: http://colorlisa.com/


Call or modify lisa palettes

Description

Call or modify lisa palettes

Usage

lisa_palette(name, n, type = c("discrete", "continuous"))

Arguments

name

Name of desired palette. See names(lisa).

n

Number of colors desired.

type

Either "continuous" or "discrete". Use continuous if you want to automatically interpolate between colors.

Value

A vector of colors.

Examples

lisa_palette(name = "Prince", n = 10, type = "continuous")
lisa_palette("PabloPicasso", 2, "discrete")