DurgaTransparent | R Documentation |
Returns a transparent version of the specified colour(s).
DurgaTransparent(colour, transparency, relative = FALSE)
colour |
The R colour (or colours) to be made transparent. May be
specified in any way recognised by |
transparency |
Transparency, from |
relative |
Determines what happens if |
A colour or colours that are transparent versions of colour
.
col2rgb
, rgb
transparentPink <- DurgaTransparent("red", 0.8)
transparentPink
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.