The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
qualpal()
now uses the CIEDE2000 metric instead of the
DIN99d one by default. Users can still specify the DIN99d metric by
passing metric = "din99d"
to qualpal()
.character
method of the qualpal()
function now accepts a name for a predefined palette, such as
"ColorBrewer::Set1"
or "Tableau::10"
, which
will use the corresponding palette’s colors as input. Passing one of the
old colorspace names now throws a warning and will be removed in the
next major release.qualpal()
now accepts a background color through the
bg
argument, which is considered when generating the
palette, but not included in the final palette.qualpal()
can now be
specified using the metric
argument, which accepts either
"din99d"
(the default), "ciede2000"
, or
"cie76"
. Expect slower performance for
"ciede2000"
.autopal()
function is now deprecated and will be
removed int the next major release. There is no direct replacement.analyze_palette()
, which
analyzes a categorical color palette.qualpal()
now has a extend
method that
allows the user to extend an existing palette by adding more colors to
it. This is useful for expanding an existing palette to include more
colors.list
) method of qualpal()
now accepts a specification in the LCHab (HCL) color space, which is a
cylindrical representation of the Lab color space. This is mostly added
to simplify comparisons with other packages that use LCHab as input. We
still recommend using the HSL color space, which is more intuitive for
most users.list_palettes()
, which lists
all built-in palettes available in the package, which can thus be used
in the new character method for qualpal()
. This includes
the predefined palettes from ColorBrewer, Tableau, and other
sources.get_palette()
, which retrieves
a palette by name from the built-in palettes.cvd
argument now accepts a named numeric vector,
which allows specifying the severity of color vision deficiency for each
type of deficiency. The names are "protan"
,
"deuter"
, and "tritan"
.cvd_severity
argument has been deprecated and will
be removed in the next major release. The cvd
argument now
handles all cases of color vision deficiency adaptation directly.n_threads
is now deprecated (and has no
effect).qualpal()
gains an argument, n_threads
,
for specifying the number of threads to use when computing the distance
matrix between colors.::
.qualpal()
has
been fixed. (Closes #2, thanks @jflycn).autopal()
erroneously required colorspace
to be a string.autopal()
which was broken since the minimum
color difference returned was always 0 due to a bug in
qualpal()
.autopal()
is a new function that tweaks the amount of
color vision deficiency adaptation to match a target color
difference.qualpal()
argument colorspace
now also
accepts a matrix
or data.frame
of RGB
colors.qualpal()
sorts palettes in order of increasing color
distinctness.qualpal()
argument colorblind
has been
made defunct.qualpal()
has been improved.randtoolbox::torus()
instead of randtoolbox::sobol()
.cvd_severity
argument to qualpal()
that
allows the user to set the severity of color deficiency to adapt to –
0
for normal vision and 1
for dichromatic
vision (protanopia, deuteranopia, or tritanopia)....
argument to
qualpal
.colorblind
to cvd
(for color vision deficiency) since the function now adapts to less
severe versions of color deficiency. Using colorblind
is
deprecated and will throw a warning.colorblind
is used, but
is more consistent with user input.grDevices::convertColor
to formulas
from Bruce Lindbloom for
color conversions, since the former function inaccurately converts
colors....
in qualpal
since the
function no longer uses an optimizer.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.