This function queries the Rijksmuseum collection for paintings and returns a colour palette based on colours from that painting.

rijksPalette(query)

Arguments

query

Keyword to search for in the collection of the Rijksmuseum

Value

an object of type rijkspalette

See also

Examples

pal <- rijksPalette("Vermeer Letter") plot(pal)
barplot(1/sqrt(1:15), col = pal$palette(15))