package sfml

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-sfml-0.09.2.tar.gz
sha256=ce1e50dec69a4495232261627a359a8fb54d79788147380bee78b0983f8b6951
md5=9ae99bb47bb68d5181d01b7bbc78a351

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.