SetDefaultBackgroundColorOverrideRequest

@Serializable
data class SetDefaultBackgroundColorOverrideRequest(val color: RGBA? = null)

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

Constructors

Link copied to clipboard
constructor(color: RGBA? = null)

Types

Link copied to clipboard
class Builder

A builder for SetDefaultBackgroundColorOverrideRequest, which allows setting the optional parameters of the EmulationDomain.setDefaultBackgroundColorOverride command via a lambda.

Properties

Link copied to clipboard
val color: RGBA? = null

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