SetDefaultBackgroundColorOverrideParameter

@Serializable
data class SetDefaultBackgroundColorOverrideParameter(val color: DOM.RGBA? = null)

Constructors

constructor(color: DOM.RGBA? = null)

Properties

Link copied to clipboard
val color: DOM.RGBA? = null

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