8.5 colormap

This module implements a list of colormaps converted from the Python library matplotlib. The colormaps can be used to generate palettes with the palette() method. For example:

import colormap;
pen[] Palette = wistia.palette();

There are two types of palettes: segmented palettes (which accept parameters for number of colors and gamma) and listed palettes (which return a fixed set of colors). See https://matplotlib.org/tutorials/colors/colormaps.html for the complete list of available colormaps.