Module Raylib.BlendMode

type t =
  1. | Alpha
  2. | Additive
  3. | Multiplied
  4. | Add_colors
  5. | Subtract_colors
  6. | Alpha_premultiply
  7. | Custom
val to_int : t -> int
val of_int : int -> t