Description Methods Author(s) See Also
This function inverts the submitted color, or, alternatively inverts
the channels specified with the parameter what
.
invertColor( object, what=c( "H", "S", "V", ... )
)
For HSV colors. By default all channels are inverted. Parameter
what
allows to specify single channels that should be inverted.
invertColor( object, what=c( "R", "G", "B", ... ) )
For RGB colors. By default all channels are inverted. Parameter
what
allows to specify single channels that should be inverted.
Johannes Rainer
shiftColor
and modColor
for examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.