Files
ladybird/Userland/Libraries/LibGL
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-01-20 10:35:01 +01:00
2022-01-26 16:44:11 +01:00
2022-01-11 23:47:42 +01:00
2022-01-26 16:44:11 +01:00
2021-12-12 21:51:08 +01:00