useDynLib("colorspace")
import("methods")
importFrom("graphics", "plot")
exportClasses("color", "RGB", "HSV", "HLS", "XYZ", "LAB", "polarLAB", "LUV", "polarLUV")
export("RGB", "HSV", "HLS", "XYZ", "LAB", "polarLAB", "LUV", "polarLUV")
export("mixcolor", "coords")
export("hex", "hex2RGB", "readRGB", "readhex", "writehex")
export("rainbow_hcl", "diverge_hcl", "diverge_hsv", "heat_hcl", "sequential_hcl", "terrain_hcl")
exportMethods("[", "coerce", "coords", "plot", "show")
