The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



ColorScaleLow


Unit:SDL_plot3d
Class: TPlot3D
Declaration: property ColorScaleLow: double;

The property ColorScaleLow  determines the value of the z-axis which corresponds to the color specified by ColorLow. Z-values less than ColorScaleLow  will be displayed by using the color specified by the property ColorLow, z-values greater than ColorScaleLow  will be displayed by colors interpolated either towards ColorMid  or ColorHigh  (depending on the property ColorCodingMode).

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): interpol3d, plotit3d



Last Update: 2023-Dec-13