get_color_hex: Manipulate colors

Description Usage Arguments Details Value

Description

Convert a color name to a hex value.

Convert a color name to its inverse hex value.

Usage

1
2
3
get_color_hex(color, named = FALSE)

get_color_hex_inverse(color, named = FALSE, both = FALSE)

Arguments

color

character. Name of color.

named

logical. Whether to retun a named value.

both

logical. Whehter to return the input color as well.

Details

None.

None.

Value

character. Hex value.

character(s). Hex value(s). Possibly named.


aelhabr/temisc documentation built on May 28, 2019, 3:55 p.m.