package ocamlsdl2

  1. Overview
  2. Docs
type t = SdlblendMode.t =
  1. | BNone
  2. | Blend
  3. | Add
  4. | Mod
val to_string : t -> string
val of_string : string -> t