package sfml

  1. Overview
  2. Docs
Bindings to the SFML multimedia library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.09.tar.gz
sha256=75e28f425d6c40f39f7aac53b413da3d48ecd50aa88cdf644d38a14897a59a30
md5=01ffc5b471d774f2d6234c639b067f04

doc/sfml.graphics/SFColor/index.html

Module SFColor

Online documentation for the Color class

type rgb = int * int * int
type rgba = int * int * int * int
type t =
  1. | RGB of rgb
  2. | RGBA of rgba
val black : t
val white : t
val red : t
val green : t
val blue : t
val yellow : t
val magenta : t
val cyan : t
val transparent : t
OCaml

Innovation. Community. Security.