transparent property

bool transparent
getter/setter pair

Initialize the render engine to support transparency for the Stage.

Please note that the Canvas2D render engine will always be transparent since the underlying API does not provide a way to change this behavior. The WebGL render engine supports transparency but there is performance penalty for setting this flag to 'true'.

Implementation

bool transparent = false;