package sfml

  1. Overview
  2. Docs

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