mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
16 lines
326 B
Swift
16 lines
326 B
Swift
// Generated code. Do not modify.
|
|
|
|
import Foundation
|
|
import Serialization
|
|
import VGSL
|
|
|
|
@frozen
|
|
public enum DivBlendMode: String, CaseIterable, Sendable {
|
|
case sourceIn = "source_in"
|
|
case sourceAtop = "source_atop"
|
|
case darken = "darken"
|
|
case lighten = "lighten"
|
|
case multiply = "multiply"
|
|
case screen = "screen"
|
|
}
|