Module Raylib_core.BlendMode

type t =
  1. | Alpha
  2. | Additive
  3. | Multiplied
  4. | Add_colors
  5. | Subtract_colors
  6. | Alpha_premultiply
  7. | Custom
  8. | Custom_separate
val t : t Ctypes.typ