Revision c4ecbd988b9c7194f0e8b21bacce1d3d6058dbfc authored by Ross Ihaka on 14 May 2011, 00:00:00 UTC, committed by Gabor Csardi on 14 May 2011, 00:00:00 UTC
1 parent 4799584
Raw File
NAMESPACE
useDynLib("colorspace")
import("methods")
importFrom("graphics", "plot")
exportClasses("color", "RGB", "sRGB", "HSV", "HLS", "XYZ", "LAB", "polarLAB", "LUV", "polarLUV")
export("RGB", "sRGB", "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")
back to top