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)farver_2.1.2.9000.zip(r-4.6)farver_2.1.2.9000.zip(r-4.5)
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
card.svg |card.png
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.21 score 143 stars 9.0k packages 240 scripts 1.2M downloads 1 mentions 13 exports 0 dependencies

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

TargetResultTimeFilesSyslog
linux-devel-arm64OK142
linux-devel-x86_64OK131
source / vignettesOK145
linux-release-arm64OK138
linux-release-x86_64OK128
macos-release-arm64OK142
macos-release-x86_64OK170
macos-oldrel-arm64OK90
macos-oldrel-x86_64OK178
windows-develOK112
windows-releaseOK105
windows-oldrelOK123
wasm-releaseOK105

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