1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00
serenity/Userland/Games/Chess
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
..
ChessWidget.cpp Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
ChessWidget.h LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
CMakeLists.txt Chess: Add link to help pages in menu 2022-01-13 03:45:17 -08:00
Engine.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Engine.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
main.cpp LibConfig: Rename pledge_domains(String) => pledge_domain(String) 2022-02-11 18:06:39 +01:00
PromotionDialog.cpp Chess: Don't use Vector in a literal iterator 2022-01-28 23:40:25 +01:00
PromotionDialog.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00