https://github.com/cran/colorspace
Raw File
Tip revision: ff5b90b53ad201d422bfd66a7994fce0d8337847 authored by Ross Ihaka on 13 January 2012, 00:00:00 UTC
version 1.1-1
Tip revision: ff5b90b
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")
export("desaturate")
exportMethods("[", "coerce", "coords", "plot", "show")
back to top