Package 'rtist'

Title: A Color Palette Generator
Description: Color palettes from famous artists and paintings.
Authors: Tomas Okal <[email protected]>
Maintainer: Tomas Okal <[email protected]>
License: MIT + file LICENSE
Version: 1.0.0
Built: 2024-11-01 11:26:59 UTC
Source: https://github.com/tomasokal/rtist

Help Index


Name and painting for all rtist palettes

Description

Use function to get a print of all palettes with painting and artist name.

Usage

rtist_help()

Value

A printed list of rtist palettes with name of their associated painting and artist.

Examples

rtist_help()

Artist and painting palette generator

Description

Pick an artist name and number of colors desired.

Usage

rtist_palette(artist, n)

Arguments

artist

Name of desired artist palette. Choices are: raphael, hokusai, vermeer, degas, davinci, vangogh, hopper, klimt, rembrandt, munch, okeeffe, warhol, oldenburg, picasso, pollock

n

Number of colors desired. All palettes have 5 colors. Most color schemes are derived from 10 Color Palettes Based on Famous Paintings. If omitted, will use all colors.

Value

A vector of colors.

Examples

rtist_palette("warhol")
rtist_palette("pollock", 4)

Complete list of palettes.

Description

Use rtist_palette to construct palettes of desired length.

Usage

rtist_palettes

Format

An object of class list of length 15.