Module Sdl.BlendMode

module BlendMode: sig .. end

type t = SdlblendMode.t = 
| BNone
| Blend
| Add
| Mod
val to_string : t -> string
val of_string : string -> t