package color

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Color.HslaSource

Sourcetype t = {
  1. h : float;
  2. s : float;
  3. l : float;
  4. a : float;
}
OCaml

Innovation. Community. Security.