Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Library that converts between different color formats. Right now it deals with HSL, HSLA, RGB and RGBA formats.
The goal for this library is to provide easy handling of colors on the web, when working with js_of_ocaml
.
# Color.to_hexstring (Color.of_rgb 12 121 229);;
- : "#0c79e5"
Based on purescript-colors