mice (version 3.3.0)

supports.transparent: Supports semi-transparent foreground colors?

Description

This function is used by mdc() to find out whether the current device supports semi-transparent foreground colors.

Usage

supports.transparent()

Arguments

Value

TRUE or FALSE

Details

The function calls the function dev.capabilities() from the package grDevices. The function return FALSE if the status of the current device is unknown.

See Also

mdc dev.capabilities

Examples

Run this code
# NOT RUN {
supports.transparent()

# }

Run the code above in your browser using DataCamp Workspace