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.5)prismatic_1.1.2.9000.zip(r-4.4)prismatic_1.1.2.9000.zip(r-4.3)
prismatic_1.1.2.9000.tgz(r-4.4-any)prismatic_1.1.2.9000.tgz(r-4.3-any)
prismatic_1.1.2.9000.tar.gz(r-4.5-noble)prismatic_1.1.2.9000.tar.gz(r-4.4-noble)
prismatic_1.1.2.9000.tgz(r-4.4-emscripten)prismatic_1.1.2.9000.tgz(r-4.3-emscripten)
prismatic.pdf |prismatic.html✨
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
Last updated 4 hours agofrom:23ce55577d. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 18 2024 |
R-4.5-win | OK | Nov 18 2024 |
R-4.5-linux | OK | Nov 18 2024 |
R-4.4-win | OK | Nov 18 2024 |
R-4.4-mac | OK | Nov 18 2024 |
R-4.3-win | OK | Nov 18 2024 |
R-4.3-mac | OK | Nov 18 2024 |
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 |