puppeteer/new-docs/puppeteer.protocol.dom.rgba.r.md

14 lines
446 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; [DOM](./puppeteer.protocol.dom.md) &gt; [RGBA](./puppeteer.protocol.dom.rgba.md) &gt; [r](./puppeteer.protocol.dom.rgba.r.md)
## Protocol.DOM.RGBA.r property
The red component, in the \[0-255\] range.
<b>Signature:</b>
```typescript
r: integer;
```