.Modelica.Mechanics.MultiBody.Visualizers.Colors.ColorMaps.summer

Information

Syntax

ColorMaps.summer();
ColorMaps.summer(n_colors=64);

Description

This function returns the color map "summer." 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 "summer" color map:

See also

ColorMaps, colorMapToSvg, scalarToColor.

Interface

function summer
  extends Modelica.Mechanics.MultiBody.Interfaces.partialColorMap;
end summer;

Generated at 2024-04-19T18:16:02Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos