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....



ColorCodingMode


Unit: SDL_plot3d
Class: TPlot3D
Declaration: property ColorCodingMode: TColorCodingMode;

The property ColorCodingMode  determines how the colors for the z-axis are calculated. ColorCodingMode  may assume the following values:

ccmTwoColors The colors are interpolated between ColorLow and ColorHigh.

ccmThreeColors The colors are interpolated using three pivot colors: ColorLowColorMid  and ColorHigh.

ccmColorArray The colors of the public color array IsoColors are used.


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



Last Update: 2023-Dec-14