type t = [ `HSV of HSV.t | `RGB of RGB.t]
Polymorphic variant representing both color formats
See : OgamlGraphics.Color.HSV
See : OgamlGraphics.Color.RGB
See : OgamlGraphics.Color.HSV
See : OgamlGraphics.Color.RGB