mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:04:57 +00:00
LibGfx: Add comparison operators to CMYK
This commit is contained in:
parent
ba8f4e73bf
commit
c431cf4907
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ struct CMYK {
|
|||
u8 m;
|
||||
u8 y;
|
||||
u8 k;
|
||||
|
||||
int operator<=>(CMYK const&) const = default;
|
||||
};
|
||||
|
||||
class CMYKBitmap : public RefCounted<CMYKBitmap> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue