mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +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 {
|
namespace Gfx {
|
||||||
|
|
||||||
|
// The values of this enum should match the constants in SVGFEBlendELement.idl
|
||||||
enum class CompositingAndBlendingOperator {
|
enum class CompositingAndBlendingOperator {
|
||||||
Normal,
|
Normal = 1,
|
||||||
Multiply,
|
Multiply,
|
||||||
Screen,
|
Screen,
|
||||||
Overlay,
|
|
||||||
Darken,
|
Darken,
|
||||||
Lighten,
|
Lighten,
|
||||||
|
Overlay,
|
||||||
ColorDodge,
|
ColorDodge,
|
||||||
ColorBurn,
|
ColorBurn,
|
||||||
HardLight,
|
HardLight,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue