The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Title: Painting Palettes Generator
Version: 0.1.0
Description: Color palettes generated from paintings.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2022-08-22 02:39:17 UTC; PC
Author: Dean Li [aut, cre]
Maintainer: Dean Li <lida@sioc.ac.cn>
Repository: CRAN
Date/Publication: 2022-08-23 08:20:09 UTC

Display All Available Palettes

Description

Display All Available Palettes

Usage

display_all_palettes(n = NULL)

Arguments

n

Number of palettes to display. All palettes will be displayed in default

Value

No return value, called for displaying all available palettes.

Examples

display_all_palettes()

Paintings Palette Generator

Description

Paintings Palette Generator

Usage

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

Arguments

name

Name of desired palette. Choice are: Pearlgirl, Splash, Autumn, Villeneuve, Ophelia, Kitchen, Spring, Strawberries, Seascape, Twilight, Abstract, Vesuvius

n

Number of colors you want.

type

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

Value

A vector of colors.

Examples

paint_palette("Ophelia")
paint_palette("Ophelia", n=3)
paint_palette("Autumn", n=100, type="continuous")

Complete List of Palettes

Description

Use paint_palette to construct palettes of desired length.

Usage

painting_palettes

Format

An object of class list of length 12.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.