mirror of
https://github.com/RGBCube/serenity
synced 2025-07-05 17:47:36 +00:00
![]() This matches the rename of RGBA32 to ARGB32. It also makes more sense when you see it used with 32-bit hexadecimal literals: Before: Color::from_rgba(0xaarrggbb) After: Color::from_argb(0xaarrggbb) |
||
---|---|---|
.. | ||
Audio | ||
ClipboardHistory | ||
Keymap | ||
Network | ||
ResourceGraph | ||
WorkspacePicker | ||
CMakeLists.txt |