Module 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 =
  1. | Alpha
  2. | Additive
  3. | Multiplied
  4. | Add_colors
  5. | Subtract_colors
  6. | Alpha_premultiply
  7. | Custom
val vals : (t * int64) list
val t : t Ctypes_static.typ
val to_int : t -> int
val of_int : int -> t