Files
ladybird/Userland/Libraries/LibGUI
Andreas Kling a6a8ba80fc LibGfx: Rename Color::from_rgba() => Color::from_argb()
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)
2022-03-04 23:40:21 +01:00
..
2022-02-13 02:36:35 +02:00
2022-02-13 02:36:35 +02:00
2022-01-01 22:51:53 +01:00