Description Usage Arguments Value See Also Examples
Invert A Color to Its Conplementary Color
1 2 | invertColor(color, mode = c("bw", "opposite", "hue", "saturation",
"lumination", ""), ...)
|
color |
A hex or named color, or color in 'rgba(R, G, B, A)' string. |
mode |
One or a vector of modes combined. You can only input the first letter. Default 'bw', which is most useful in textStyles.
|
... |
Elipsis |
Inverted hex color
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.