NEWS in package ‘colorspace’
Changes in version 1.1-1
- Added desaturate() function for removal of chroma in a given
vector of colors.
- Bug fix in HLS_to_RGB conversion for s == 0.
Changes in version 1.1-0
- Added "sRGB" colorspace.
(Existing "RGB" colorspace is linearized "sRGB".)
- Conversions to and from "HSV" and "HSL" can only occur
from or to "RGB" or "sRGB" (because both "HSV" and "HSL"
are relative colorspaces, meaning relative to a particular
RGB colorspace).
(Converting to or from "RGB" gives a different result
compared to conversion to or from "sRGB".)
- All 'gamma' parameters in all R-level functions have been deprecated.
(The "sRGB" colorspace has implicit gamma.)
Changes in version 1.0-1
- "Escaping RGBland" paper is now published Computational
Statistics & Data Analysis as doi:10.1016/j.csda.2008.11.033.
Citation and references updated accordingly.
Changes in version 1.0-0
- new version to accompany the "Escaping RGBland" paper accepted
for publication in Computational Statistics & Data Analysis, see
citation("colorspace")
Changes in version 0.97
- moved color palettes from vcd to colorspace,
including vignette("hcl-colors")
- added infrastructure for HLS color space
- new CITATION file