Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Definition of colors, taken from Gg
include module type of struct include Gg.Color end
val of_srgb : srgb -> Gg.color
val to_srgb : Gg.color -> srgb
val of_luv : luv -> Gg.color
val to_luv : Gg.color -> luv
val of_lch_uv : lch_uv -> Gg.color
val to_lch_uv : Gg.color -> lch_uv
val of_lch_ab : lch_ab -> Gg.color
val to_lch_ab : Gg.color -> lch_ab
val space_dim : space -> int
val pp_space : Stdlib.Format.formatter -> space -> unit
val profile_of_icc : string -> profile option
val profile_to_icc : profile -> string
val profile_dim : profile -> int
val p_gray_l : profile
val p_rgb_l : profile
val hsl : h:float -> s:float -> l:float -> t
val hsla : h:float -> s:float -> l:float -> a:float -> t