setDefaultBackgroundColorOverride

Sets or clears an override of the default background color of the frame. This override is used if the content does not specify one.


suspend fun setDefaultBackgroundColorOverride(color: DOM.RGBA? = null)

Sets or clears an override of the default background color of the frame. This override is used if the content does not specify one.

Parameters

color

RGBA of the default background color. If not specified, any existing override will be cleared.