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