mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-09 20:31:29 +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,
|
||||
Xor = 11,
|
||||
Plus = 12,
|
||||
PlusDarker = 13,
|
||||
PlusLighter = 14,
|
||||
PlusLighter = 13,
|
||||
}
|
||||
|
||||
/// Blend mode consisting of mixing and composition functions.
|
||||
|
|
Loading…
Reference in a new issue