Creates a wbColour
object.
wb_color(
name = NULL,
auto = NULL,
indexed = NULL,
hex = NULL,
theme = NULL,
tint = NULL
)
a wbColour
object
A name of a color known to R either as name or RGB/ARGB value.
A boolean.
An indexed color value. This color has to be provided by the workbook.
A rgb color either a ARGB hex value or RGB hex value With or without leading "#".
A zero based index referencing a value in the theme.
A tint value applied. Range from -1 (dark) to 1 (light).
wb_get_base_colors()
grDevices::colors()