package raylib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Raylib_core.BlendModeSource

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
Sourceval to_int : t -> int
Sourceval of_int : int -> t