package stdune

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

24 bit RGB color

val red : t -> int

RGB24.red t returns the red component of t

val green : t -> int

RGB24.green t returns the green component of t

val blue : t -> int

RGB24.blue t returns the blue component of t

OCaml

Innovation. Community. Security.