Package: colourspace
Title: Convert from One Colour Space to Another, Print a Ready-to-Paste
        Modern 'CSS' Syntax
Version: 0.0.1
Authors@R: c(
    person(given = "Yann", family = "Cohen", role = c("aut", "cre"), email = "yannco5@gmail.com")
    )
Description: Provides a comprehensive 'API' for colour conversion between popular
    colour spaces ('RGB', 'HSL', 'OKLab', 'OKLch', 'hex', and named colours) along with
    clean, modern 'CSS' Color Level 4 syntax output. Integrates seamlessly into
    'Shiny' and 'Quarto' workflows. Includes nearest colour name lookup powered by
    a curated database of over 30,000 colour names.
    'OKLab'/'OKLCh' colour spaces are described in Ottosson (2020)
    <https://bottosson.github.io/posts/oklab/>. 'CSS' Color Level 4 syntax follows
    the W3C specification <https://www.w3.org/TR/css-color-4/>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Config/testthat/edition: 3
Depends: R (>= 3.5)
LazyData: true
Imports: farver, RANN
Suggests: testthat (>= 3.0.0)
NeedsCompilation: no
Packaged: 2026-02-18 20:52:36 UTC; 97253
Author: Yann Cohen [aut, cre]
Maintainer: Yann Cohen <yannco5@gmail.com>
Repository: CRAN
Date/Publication: 2026-03-04 10:20:13 UTC
