transpColor {voluModel} | R Documentation |
Transparent Color
Description
Generates transparent colors
Usage
transpColor(color, percent = 50)
Arguments
color |
Anything that can be interpreted by |
percent |
A whole number between 0 and 100 specifying how transparent the color should be. |
Value
A character
string with hex color, including
adjustment for transparency.
Examples
transpColor(color = "red", percent = 50)
[Package voluModel version 0.2.2 Index]