| Version: | 1.0.0 | 
| Date: | 2020-02-15 | 
| Title: | A Color Palette Generator | 
| Description: | Color palettes from famous artists and paintings. | 
| Author: | Tomas Okal <tomas.okal@gmail.com> | 
| Maintainer: | Tomas Okal <tomas.okal@gmail.com> | 
| Encoding: | UTF-8 | 
| RoxygenNote: | 7.0.2 | 
| License: | MIT + file LICENSE | 
| NeedsCompilation: | no | 
| Packaged: | 2020-02-15 20:54:31 UTC; Okal-Tomas | 
| Repository: | CRAN | 
| Date/Publication: | 2020-02-22 10:20:06 UTC | 
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:
 | 
| 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.