argb8888 top-level constant Pixel Formats
32-bit ARGB pixel format with four 8-bit channels.
This is the most common pixel format for images with an alpha channel.
Colors in this format are represented as follows:
Color | Value |
---|---|
Rgba.red | 0xFF0000FF |
Rgba.green | 0xFF00FF00 |
Rgba.blue | 0xFFFF0000 |
Rgba.white | 0xFFFFFFFF |
Rgba.black | 0xFF000000 |
{@category Pixel Formats}
Implementation
const argb8888 = Argb8888._();