pl.wendigo.chrome.api.emulation / SetDefaultBackgroundColorOverrideRequest

SetDefaultBackgroundColorOverrideRequest

data class SetDefaultBackgroundColorOverrideRequest (source)

Represents request frame that can be used with Emulation#setDefaultBackgroundColorOverride operation call.

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

Link
Emulation#setDefaultBackgroundColorOverride method documentation.

See Also

EmulationOperations.setDefaultBackgroundColorOverride

Constructors

<init>

SetDefaultBackgroundColorOverrideRequest(color: RGBA? = null)

Represents request frame that can be used with Emulation#setDefaultBackgroundColorOverride operation call.

Properties

color

val color: RGBA?

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