package raylib

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

Innovation. Community. Security.