1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:27:46 +00:00

LibGfx: Add paint styles and allow gradients to be used as them

Also while here add option to disable pre-multiplied alpha for gradients
(this will be handy later).
This commit is contained in:
MacDue 2023-01-15 22:10:36 +00:00 committed by Andreas Kling
parent 19ce63babf
commit b31d768e95
3 changed files with 284 additions and 43 deletions

View file

@ -24,6 +24,7 @@ struct FontPixelMetrics;
template<typename T>
class Line;
class AntiAliasingPainter;
class Painter;
class Palette;
class PaletteImpl;