Shiny Language Reference

Language Reference > Panel Functions


getpanelbgtransp

bool getpanelbgtransp();

 

 

Gets the background transparency of the display panel

GETPANELBGTRANSP returns whether the display panel background is transparent.

 

Parameters

None

 

Return Value

TRUE if the panel background is transparent, otherwise FALSE.

 

Example Code

// Get the panel bg transparency
bool IsTransp = getpanelbgtransp();