Introduction

Introduction to ColorSchemes

This package provides tools for working with colorschemes and colormaps. It provides many pre-made colormaps and schemes:

In addition, you can extract colorschemes from images, and replace an image colorscheme with another.

The package is designed for general purpose and informal graphics work. For high quality color maps that have consistent perceptual contrast over their full range, refer to Peter Kovesi's PerceptualColourMaps package.

This package relies on the Colors.jl, Images.jl, and Clustering.jl packages.

Installation and basic usage

Install the package as follows:

] add ColorSchemes

and to use it:

using ColorSchemes

Original version by cormullion.