This package contains functions that return color maps. A color map is a Real[:,3] array where every row represents a color. Currently the following color maps are returned from the respective function:
| Name | Description |
|---|---|
| jet | Returns the "jet" color map |
| hot | Returns the "hot" color map |
| gray | Returns the "gray" color map |
| spring | Returns the "spring" color map |
| summer | Returns the "summer" color map |
| autumn | Returns the "autumn" color map |
| winter | Returns the "winter" color map |