You can search for identifiers within the package.
in-package search v0.2.0
mechaml
Format.Color
include S
type t
val to_string : t -> string
val make : red:int -> green:int -> blue:int -> t option
Create a color representation from its red, green and blue components. Arguments must lie between 0 and 255 included, otherwise None is returned