Module SFColor

module SFColor: sig .. end

Online documentation for the Color class

type rgb = int * int * int 
type rgba = int * int * int * int 
type t = 
| RGB of rgb
| 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