inthenameofthemoon: A Sailor Moon palette generator

Description Usage Arguments Value Examples

View source: R/SailorMoon.R

Description

Generates color palettes drawn from the (1992) Sailor Moon anime.

Usage

1

Arguments

name

Name of the Sailor Moon color palette you want to use. Use MoonPaletteEnumeration to see available options.

prism

Use prism = n to interpolate a palette of n number of colors from the chosen palette. Useful if you want to use more color values than the palette provides. By default prism is set to 0 and will simply return the original palette.

Value

A vector of colors in hexadecimal notation.

Examples

1
2
3
inthenameofthemoon("MoonPrismPower")

inthenameofthemoon("MoonHealingEscalation", prism=16) #Returns the palette with 16 colors

morgansleeper/SailorMoonR documentation built on Feb. 9, 2021, 5:28 a.m.