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