| Blend2Color | R Documentation |
Blend two colors with alpha channels using one of several blending modes: blend, average, screen, or multiply.
Blend2Color(C1, C2, mode = "blend")
C1 |
A list containing the first color RGB values and alpha channel. |
C2 |
A list containing the second color RGB values and alpha channel. |
mode |
The blending mode to use.
One of |
A list containing the blended RGB values and alpha channel.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.