data class SetDefaultBackgroundColorOverrideRequest
Request object containing input parameters for the EmulationDomain.setDefaultBackgroundColorOverride command.
<init> |
Request object containing input parameters for the EmulationDomain.setDefaultBackgroundColorOverride command. SetDefaultBackgroundColorOverrideRequest(color: RGBA? = null) |
color |
RGBA of the default background color. If not specified, any existing override will be cleared. val color: RGBA? |