rc-js-util
Version:
A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.
90 lines (41 loc) • 774 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [ERgbaMasks](./rc-js-util.ergbamasks.md)
## ERgbaMasks enum
Bit mask for packed RGBA colors.
**Signature:**
```typescript
export declare enum ERgbaMasks
```
## Enumeration Members
<table><thead><tr><th>
Member
</th><th>
Value
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
A
</td><td>
`-16777216`
</td><td>
</td></tr>
<tr><td>
B
</td><td>
`16711680`
</td><td>
</td></tr>
<tr><td>
G
</td><td>
`65280`
</td><td>
</td></tr>
<tr><td>
R
</td><td>
`255`
</td><td>
</td></tr>
</tbody></table>