mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 20:58:16 +00:00
LibGfx: Reorder CompositingAndBlendingOperator
values
This change aligns blending operator values with the constants in `SVGFEBlendElement`.
This commit is contained in:
parent
3d613a2ac4
commit
22225af994
Notes:
github-actions[bot]
2025-08-06 13:22:29 +00:00
Author: https://github.com/tcl3
Commit: 22225af994
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5737
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/gmta ✅
1 changed files with 3 additions and 2 deletions
|
@ -8,13 +8,14 @@
|
|||
|
||||
namespace Gfx {
|
||||
|
||||
// The values of this enum should match the constants in SVGFEBlendELement.idl
|
||||
enum class CompositingAndBlendingOperator {
|
||||
Normal,
|
||||
Normal = 1,
|
||||
Multiply,
|
||||
Screen,
|
||||
Overlay,
|
||||
Darken,
|
||||
Lighten,
|
||||
Overlay,
|
||||
ColorDodge,
|
||||
ColorBurn,
|
||||
HardLight,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue