get_uol_palette_manual: Manual colours palette generator

Description Usage Arguments Value See Also Examples

View source: R/palettes.R

Description

get_uol_palette_manual() return a vector of colours following the University of Leicester visual identity guidelines. It is possible to select the intensity of the palette, the number of colours, and the method used to pick colours. When a palette of 4-10 colours is requested, the colours in the full palette are sorted by the aforementioned method first, and then the required number of colours are selected by picking equally spaced colours on the ranks scale.

Usage

1
get_uol_palette_manual(colours, intensity = c("full", "medium", "light"))

Arguments

colours

A vector of colour names. See uol_colours for a list of possible colours.

intensity

Intensity of the desired palette. Possible values are full, medium, light. Defaults to full.

Value

A vector of colours, in HEX format.

See Also

Other get palettes: get_uol_palette_mono(), get_uol_palette()

Examples

1
2
get_uol_palette_manual(c("red", "blue", "yellow"))
get_uol_palette_manual(c("red", "blue", "yellow"), intensity = "medium")

ellessenne/uolvid documentation built on July 19, 2020, 8:37 a.m.