puppeteer/new-docs/puppeteer.protocol.emulation.setdefaultbackgroundcoloroverriderequest.color.md

14 lines
690 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Emulation](./puppeteer.protocol.emulation.md) &gt; [SetDefaultBackgroundColorOverrideRequest](./puppeteer.protocol.emulation.setdefaultbackgroundcoloroverriderequest.md) &gt; [color](./puppeteer.protocol.emulation.setdefaultbackgroundcoloroverriderequest.color.md)
## Protocol.Emulation.SetDefaultBackgroundColorOverrideRequest.color property
RGBA of the default background color. If not specified, any existing override will be cleared.
<b>Signature:</b>
```typescript
color?: DOM.RGBA;
```