chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.emulation / SetDefaultBackgroundColorOverrideRequest

SetDefaultBackgroundColorOverrideRequest

data class SetDefaultBackgroundColorOverrideRequest

Request object containing input parameters for the EmulationDomain.setDefaultBackgroundColorOverride command.

Constructors

<init>

Request object containing input parameters for the EmulationDomain.setDefaultBackgroundColorOverride command.

SetDefaultBackgroundColorOverrideRequest(color: RGBA? = null)

Properties

color

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

val color: RGBA?