module Cmyk:sig..end
type t = {
|
mutable c : |
|
mutable m : |
|
mutable y : |
|
mutable k : |
val square_distance : t -> t -> intval plus : t -> t -> tval minus : t -> t -> tval size : t Color.map -> intval find_exact : t Color.map -> t -> intval add_color : t Color.map -> t -> intval add_colors : t Color.map -> t list -> int listval find_nearest : t Color.map -> t -> int