Remove PlusDarker composition mode

Reassigns value 13 to PlusLighter to match the upcoming blend fixes
This commit is contained in:
Chad Brokaw 2022-05-18 16:23:17 -04:00
parent 94f7b51bc5
commit e600bdbbe4

View file

@ -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.