mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01: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
|
|
@ -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…
Reference in New Issue
Block a user