module Rgb:sig
..end
type
t = {
|
mutable r : |
|
mutable g : |
|
mutable b : |
val square_distance : t -> t -> int
val plus : t -> t -> t
val minus : t -> t -> t
val size : t Color.map -> int
val find_exact : t Color.map -> t -> int
val add_color : t Color.map -> t -> int
val add_colors : t Color.map -> t list -> int list
val find_nearest : t Color.map -> t -> int