package ocaml-canvas

  1. Overview
  2. Docs
type t =
  1. | SourceOver
  2. | SourceIn
  3. | SourceOut
  4. | SourceAtop
  5. | DestinationOver
  6. | DestinationIn
  7. | DestinationOut
  8. | DestinationAtop
  9. | Lighter
  10. | Copy
  11. | XOR
  12. | Multiply
  13. | Screen
  14. | Overlay
  15. | Darken
  16. | Lighten
  17. | ColorDodge
  18. | ColorBurn
  19. | HardLight
  20. | SoftLight
  21. | Difference
  22. | Exclusion
  23. | Hue
  24. | Saturation
  25. | Color
  26. | Luminosity

Blending and compositing operations