ColToOpaque: Equivalent Opaque Color for Transparent Color
Description
Determine the equivalent opaque RGB color for a given partially transparent RGB color against a background of any color.
Usage
ColToOpaque(col, alpha = NULL, bg = NULL)
Value
An named vector with the hexcodes of the opaque colors.
Arguments
col
the color as hex value (use converters below if it's not available). col and alpha are recycled.
alpha
the alpha channel, if left to NULL the alpha channels of the colors are used
bg
the background color to be used to calculate against (default is "white")
Author
Andri Signorell <andri@signorell.net>
Details
Reducing the opacity against a white background is a good way to find usable lighter and less saturated tints of a base color. For doing so, we sometimes need to get the equivalent opaque color for the transparent color.