ggchromatic 0.0.0.9000

General

  • Added a NEWS.md file to track changes to the package.

Functions

  • Added chromatic_scale() constructor for chromatic scales.
  • Added colour_spec vctrs classes for colour spaces.
  • Added void_channel vctrs class as placeholder for missing colour channels.
  • Added vexpression vctrs class to wrap expressions inside vctrs framework.
  • Added scale_fill/colour_*() for supported colour spaces.
  • Added *_palette() palettes for supported colour spaces.

Guides

Colour spaces

These colour spaces have *_spec(), *_palette(), scale_colour/fill_*() functions.

  • Support for RGB colour space.
  • Support for HSV colour space.
  • Support for HSL colour space.
  • Support for HCL colour space.
  • Support for CMYK colour space.
  • Support for CMY colour space.