diff options
author | Andreas Kling <kling@serenityos.org> | 2022-03-04 22:28:59 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-03-04 23:40:21 +0100 |
commit | a6a8ba80fc9c6bb9660407e3a501217602bcc1e3 (patch) | |
tree | 8def05897670a1675e6c4b6e8e30adb91fabf01e /Base/res/js | |
parent | 5ace66a9037fa6968b417cfb604ae8419be62271 (diff) | |
download | serenity-a6a8ba80fc9c6bb9660407e3a501217602bcc1e3.zip |
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)
Diffstat (limited to 'Base/res/js')
0 files changed, 0 insertions, 0 deletions