Package: prismatic 1.1.2.9000

prismatic: Color Manipulation Tools
Manipulate and visualize colors in a intuitive, low-dependency and functional way.
Authors:
prismatic_1.1.2.9000.tar.gz
prismatic_1.1.2.9000.zip(r-4.7)prismatic_1.1.2.9000.zip(r-4.6)prismatic_1.1.2.9000.zip(r-4.5)
prismatic_1.1.2.9000.tgz(r-4.6-any)prismatic_1.1.2.9000.tgz(r-4.5-any)
prismatic_1.1.2.9000.tar.gz(r-4.7-any)prismatic_1.1.2.9000.tar.gz(r-4.6-any)
prismatic_1.1.2.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
prismatic/json (API)
NEWS
| # Install 'prismatic' in R: |
| install.packages('prismatic', repos = c('https://emilhvitfeldt.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/emilhvitfeldt/prismatic/issues
Pkgdown/docs site:https://emilhvitfeldt.github.io
Last updated from:23ce55577d. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 109 | ||
| source / vignettes | OK | 156 | ||
| linux-release-x86_64 | OK | 106 | ||
| macos-release-arm64 | OK | 89 | ||
| macos-oldrel-arm64 | OK | 78 | ||
| windows-devel | OK | 91 | ||
| windows-release | OK | 72 | ||
| windows-oldrel | OK | 67 | ||
| wasm-release | OK | 93 |
Exports:best_contrastcheck_color_blindnessclr_alphaclr_darkenclr_desaturateclr_deutanclr_extractclr_extract_alphaclr_extract_blueclr_extract_chromaclr_extract_greenclr_extract_hueclr_extract_lightnessclr_extract_luminanceclr_extract_redclr_extract_saturationclr_grayscaleclr_greyscaleclr_lightenclr_mixclr_negateclr_protanclr_rotateclr_saturateclr_tritancolorcolourcontrast_ratioextract_rgbais_colormodify_hcl
Dependencies:farver
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Find highest contrast color | best_contrast |
| Visualize color vision deficiency | check_color_blindness |
| Set alpha in color | clr_alpha |
| Make a color darker | clr_darken |
| Make a color more desaturated | clr_desaturate |
| Extract multiple components | clr_extract |
| Extract HCL components | clr_extract_chroma |
| Extract HSL components | clr_extract_hue clr_extract_lightness clr_extract_luminance clr_extract_saturation |
| Transform colors to grayscale | clr_grayscale clr_greyscale |
| Make a color lighter | clr_lighten |
| Mix color into color(s) | clr_mix |
| Negate colors in RGB space | clr_negate |
| Simulate color vision deficiency | clr_deutan clr_protan clr_tritan |
| Rotate the colors around the hue wheel | clr_rotate |
| Make a color more saturated | clr_saturate |
| Turn vector of colors to 'color' vector | color colour |
| Contrast ratio between colors | contrast_ratio |
| Extract RGB components | clr_extract_alpha clr_extract_blue clr_extract_green clr_extract_red extract_rgba |
| Test if object is a 'colors' object | is_color |
| Modify individual HCL axes | modify_hcl |
