isTransparent {unknown} | R Documentation |
This function takes an R graphics engine color specified as an integer and determines whether this is actually the special color 'transparent'.
isTransparent(col)
col |
an integer typically from either the col or fill
field in an instance of the R_GE_gcontextPtr type.
|
A logical value. This is TRUE
if the color is
the special transparent color.
Duncan Temple Lang
“The R Internals Manual”, R Development Core Team.
isTransparent(-16776961) isTransparent(as("transparent", "RGBInt")) isTransparent(as("transparent", "RGBInt"))