package mechaml

  1. Overview
  2. Docs
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