ColorMaps.hot(); ColorMaps.hot(n_colors=64);
This function returns the color map "hot." A color map is a Real[:,3] array where every row represents a color. With the optional argument "n_colors" the number of rows of the returned array can be defined. The default value is "n_colors=64" (it is usually best if n_colors is a multiple of 4). Image of the "hot" color map:
function hot extends Modelica.Mechanics.MultiBody.Interfaces.partialColorMap; end hot;