-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
44 lines (43 loc) · 1 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Generated by roxygen2: do not edit by hand
S3method("[",colors)
S3method(plot,colors)
S3method(print,colors)
export(best_contrast)
export(check_color_blindness)
export(clr_alpha)
export(clr_darken)
export(clr_desaturate)
export(clr_deutan)
export(clr_extract)
export(clr_extract_alpha)
export(clr_extract_blue)
export(clr_extract_chroma)
export(clr_extract_green)
export(clr_extract_hue)
export(clr_extract_lightness)
export(clr_extract_luminance)
export(clr_extract_red)
export(clr_extract_saturation)
export(clr_grayscale)
export(clr_greyscale)
export(clr_lighten)
export(clr_mix)
export(clr_negate)
export(clr_protan)
export(clr_rotate)
export(clr_saturate)
export(clr_tritan)
export(color)
export(colour)
export(contrast_ratio)
export(extract_rgba)
export(is_color)
export(modify_hcl)
importFrom(farver,convert_colour)
importFrom(farver,decode_colour)
importFrom(farver,encode_colour)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(graphics,text)