Module SdlblendMode

module SdlblendMode: sig .. end

Blend Modes


API Doc: SDL_BlendMode

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