Package: painter 0.1.0
painter: Creation and Manipulation of Color Palettes
Functions for creating color palettes, visualizing palettes, modifying colors, and assigning colors for plotting.
Authors:
painter_0.1.0.tar.gz
painter_0.1.0.zip(r-4.7)painter_0.1.0.zip(r-4.6)painter_0.1.0.zip(r-4.5)
painter_0.1.0.tgz(r-4.6-any)painter_0.1.0.tgz(r-4.5-any)
painter_0.1.0.tar.gz(r-4.7-any)painter_0.1.0.tar.gz(r-4.6-any)
painter_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
painter/json (API)
| # Install 'painter' in R: |
| install.packages('painter', repos = c('https://bsandel.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:3a9c0a565c. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 96 | ||
| source / vignettes | OK | 138 | ||
| linux-release-x86_64 | OK | 125 | ||
| macos-release-arm64 | OK | 237 | ||
| macos-oldrel-arm64 | OK | 162 | ||
| windows-devel | OK | 77 | ||
| windows-release | OK | 63 | ||
| windows-oldrel | OK | 55 | ||
| wasm-release | OK | 90 |
Exports:ColorByColorBy2ComplementComplementPaletteGetHueGetOpacityGetSaturationGetValueMixPaletteSetHueSetOpacitySetSaturationSetValueTestPaletteVisPalette
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Assign colors using one or two numeric vectors | ColorBy ColorBy2 |
| Generate the complement (opposite hue) of a color, or generate a palette from a color and its complement. | Complement ComplementPalette |
| Extract the opacity, hue, saturation or value from a color or vector of colors | GetHue GetOpacity GetSaturation GetValue |
| Create mixtures of color pairs, in either RGB or HSV mode. | Mix |
| Generates a color palette (a vector of colors) between two specified colors. | Palette |
| Modify the opacity, hue, saturation or value of color(s) | SetHue SetOpacity SetSaturation SetValue |
| Tools for seeing a palette, and how it spans HSV space. | TestPalette VisPalette |
