You can search for identifiers within the package.
in-package search v0.2.0
color
Color.Hsl
Hue, Saturation, Lightness. More intuitive to work with than Rgb.
Rgb
type t
type param = float
val v : ?alpha:float -> param -> param -> param -> t
val to_gg : t -> gg
val from_gg : gg -> t
val to_css : t -> string