abgr8888 top-level constant Pixel Formats
32-bit ABGR pixel format with four 8-bit channels.
This is the package's canonical integer-based pixel format.
Colors in this format are represented as follows:
| Color | Value |
|---|---|
| Rgba.red | 0xFFFF0000 |
| Rgba.green | 0xFF00FF00 |
| Rgba.blue | 0xFF0000FF |
| Rgba.white | 0xFFFFFFFF |
| Rgba.black | 0xFF000000 |
{@category Pixel Formats}
Implementation
const abgr8888 = Abgr8888._();