Create a new 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
A boolean.
An indexed color values.
A rgb color as ARGB hex value "FF000000".
A zero based index referencing a value in the theme.
A tint value applied. Range from -1 (dark) to 1 (light).