Raylib_fixed_types.BlendMode
include module type of struct include Types.BlendMode end
type t = Raylib_types.Types(Raylib_fixed_types__.Raylib_c_generated_types).BlendMode.t =
| Alpha
| Additive
| Multiplied
| Add_colors
| Subtract_colors
| Alpha_premultiply
| Custom
val vals : (t * int64) list
val t : t Ctypes_static.typ
val to_int : t -> int
val of_int : int -> t