Function Viewport.transparentBg
If true
, the viewport should render its background as transparent.
bool transparentBg() nothrow @property @nogc;
void transparentBg
(
bool v
) nothrow @property @nogc;
If true
, the viewport should render its background as transparent.
bool transparentBg() nothrow @property @nogc;
void transparentBg
(
bool v
) nothrow @property @nogc;