-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_pkgdown.yml
58 lines (56 loc) · 1.14 KB
/
_pkgdown.yml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
template:
bootstrap: 5
destination: docs
reference:
- title: "Main color functions"
contents:
- color
- is_color
- title: "Saturation"
contents:
- clr_saturate
- clr_desaturate
- title: "Lightness"
contents:
- clr_lighten
- clr_darken
- title: "Greyscale"
contents:
- clr_greyscale
- clr_grayscale
- title: "Negation"
contents:
- clr_negate
- title: "Mixing"
contents:
- clr_mix
- title: "Rotate in RGB"
contents:
- clr_rotate
- title: "Tranparency"
contents:
- clr_alpha
- title: "Modify HCL"
contents:
- modify_hcl
- title: "Color blindness approximations"
contents:
- clr_protan
- clr_tritan
- clr_deutan
- check_color_blindness
- title: "Color Contrast"
contents:
- best_contrast
- contrast_ratio
- title: "Extract Components"
contents:
- clr_extract_red
- clr_extract_green
- clr_extract_blue
- clr_extract_hue
- clr_extract_saturation
- clr_extract_lightness
- clr_extract_chroma
- clr_extract_luminance
- clr_extract