Introduction to ColorSchemeTools
This package provides tools for working with colorschemes and colormaps.
For example, you can extract color schemes from images, and replace an image's color scheme with another. There are also function for creating ColorSchemes from pre-defined lists or Julia functions.
This package relies on:
Installation and basic usage
Install the package as follows:
] add ColorSchemeTools
and to use it:
using ColorSchemeTools
Original version by cormullion.