| RGBA2RGB | R Documentation |
Convert an RGBA (Red, Green, Blue, Alpha) color to RGB by compositing it with a background color based on the alpha channel.
RGBA2RGB(RGBA, BackGround = c(1, 1, 1))
RGBA |
A list containing RGB values and alpha channel. |
BackGround |
The background RGB color to composite with.
Default is |
A numeric vector of RGB values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.