packageColorMaps

Library of functions returning color maps

Extends from Modelica.Icons.FunctionsPackage (Icon for packages containing functions).

Information

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:

Contents

NameDescription
jetReturns the "jet" color map
hotReturns the "hot" color map
grayReturns the "gray" color map
springReturns the "spring" color map
summerReturns the "summer" color map
autumnReturns the "autumn" color map
winterReturns the "winter" color map