.ThermoSysPro.Functions.Utilities.RedGreen_colorMap

Returns the "RedGreen" color map

Information

Syntax  

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

Description  

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




See also  
ColorMaps,  
colorMapToSvg,  
scalarToColor.  
## Copyright © EDF 2002 - 2025

## ThermoSysPro Version 4.2

    

Interface

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

Generated at 2026-07-12T20:48:41Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos