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.


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



Last Update: 2007-Mai-19