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.6)farver_2.1.2.9000.zip(r-4.5)farver_2.1.2.9000.zip(r-4.4)
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.6-arm64)farver_2.1.2.9000.tar.gz(r-4.6-x86_64)farver_2.1.2.9000.tar.gz(r-4.5-arm64)farver_2.1.2.9000.tar.gz(r-4.5-x86_64)
farver_2.1.2.9000.tgz(r-4.5-emscripten)
farver.pdf |farver.html
farver/json (API)
NEWS

# 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.32 score 142 stars 8.7k packages 230 scripts 1.6M downloads 1 mentions 13 exports 0 dependencies

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

TargetResultTimeFilesLog
linux-devel-arm64OK119
linux-devel-x86_64OK127
source / vignettesOK179
linux-release-arm64OK111
linux-release-x86_64OK132
macos-devel-arm64OK98
macos-devel-x86_64OK243
macos-release-arm64OK89
macos-release-x86_64OK151
windows-develOK111
windows-releaseOK93
windows-oldrelOK100
wasm-releaseOK100

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