package color

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. r : int;
  2. g : int;
  3. b : int;
  4. a : float;
}