mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +11:00
Remove PlusDarker composition mode
Reassigns value 13 to PlusLighter to match the upcoming blend fixes
This commit is contained in:
parent
94f7b51bc5
commit
e600bdbbe4
|
@ -53,8 +53,7 @@ pub enum Compose {
|
||||||
DestAtop = 10,
|
DestAtop = 10,
|
||||||
Xor = 11,
|
Xor = 11,
|
||||||
Plus = 12,
|
Plus = 12,
|
||||||
PlusDarker = 13,
|
PlusLighter = 13,
|
||||||
PlusLighter = 14,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Blend mode consisting of mixing and composition functions.
|
/// Blend mode consisting of mixing and composition functions.
|
||||||
|
|
Loading…
Reference in a new issue