mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:47:34 +00:00
LibGfx/ExifOrientedBitmap: Add support for CMYKBitmap
This commit is contained in:
parent
c80b2cf782
commit
3f4bf7a0c7
3 changed files with 29 additions and 10 deletions
|
@ -1750,7 +1750,7 @@ public:
|
|||
to_u8(m_channels[*alpha_channel].get(x, y)),
|
||||
};
|
||||
}();
|
||||
oriented_bitmap.set_pixel(x, y, color);
|
||||
oriented_bitmap.set_pixel(x, y, color.value());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue