mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:07:45 +00:00
LibGfx: Fix typo in Color constructor
This commit is contained in:
parent
8cbd25f553
commit
4b0b22d897
1 changed files with 2 additions and 2 deletions
|
@ -399,8 +399,8 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
constexpr explicit Color(ARGB32 rgba)
|
||||
: m_value(rgba)
|
||||
constexpr explicit Color(ARGB32 argb)
|
||||
: m_value(argb)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue