Package: farver 2.1.2.9000

farver: High Performance Colour Space Manipulation

The encoding of colour can be handled in many different ways, using different colour spaces. As different colour spaces have different uses, efficient conversion between these representations are important. The 'farver' package provides a set of functions that gives access to very fast colour space conversion and comparisons implemented in C++, and offers speed improvements over the 'convertColor' function in the 'grDevices' package.

Authors:Thomas Lin Pedersen [cre, aut], Berendea Nicolae [aut], Romain François [aut], Posit, PBC [cph, fnd]

farver_2.1.2.9000.tar.gz
farver_2.1.2.9000.zip(r-4.7-x86_64)farver_2.1.2.9000.zip(r-4.6-x86_64)farver_2.1.2.9000.zip(r-4.5-x86_64)
farver_2.1.2.9000.tgz(r-4.6-x86_64)farver_2.1.2.9000.tgz(r-4.6-arm64)farver_2.1.2.9000.tgz(r-4.5-x86_64)farver_2.1.2.9000.tgz(r-4.5-arm64)
farver_2.1.2.9000.tar.gz(r-4.7-arm64)farver_2.1.2.9000.tar.gz(r-4.7-x86_64)farver_2.1.2.9000.tar.gz(r-4.6-arm64)farver_2.1.2.9000.tar.gz(r-4.6-x86_64)
farver_2.1.2.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
farver/json (API)

# Install 'farver' in R:
install.packages('farver', repos = c('https://thomasp85.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/thomasp85/farver/issues

Pkgdown/docs site:https://farver.data-imaginist.com

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

color-conversioncpp

14.35 score 143 stars 9.2k packages 275 scripts 1.4M downloads 1 mentions 13 exports 0 dependencies

Last updated from:aa5b136e8c. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK136
linux-devel-x86_64OK120
source / vignettesOK170
linux-release-arm64OK136
linux-release-x86_64OK126
macos-release-arm64OK95
macos-release-x86_64OK257
macos-oldrel-arm64OK105
macos-oldrel-x86_64OK153
windows-devel-x86_64OK93
windows-release-x86_64OK96
windows-oldrel-x86_64OK102
wasm-releaseOK88

Exports:add_to_channelas_white_refcap_channelcompare_colourconvert_colourdecode_colourdecode_nativeencode_colourencode_nativeget_channelmultiply_channelraise_channelset_channel

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Calculate the distance between colourscompare_colour
Convert between colour spacesconvert_colour
Decode RGB hex-strings into colour valuesdecode_colour
Encode colours into RGB hex-stringsencode_colour
Modify colour space channels in hex-encoded colour stringsadd_to_channel cap_channel get_channel manip_channel multiply_channel raise_channel set_channel
Convert to and from the R native colour representationdecode_native encode_native native-encoding