mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:27:35 +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:
parent
19ce63babf
commit
b31d768e95
3 changed files with 284 additions and 43 deletions
|
@ -24,6 +24,7 @@ struct FontPixelMetrics;
|
|||
template<typename T>
|
||||
class Line;
|
||||
|
||||
class AntiAliasingPainter;
|
||||
class Painter;
|
||||
class Palette;
|
||||
class PaletteImpl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue