TCustom3DPaletteSeries.Palette

TCustom3DPaletteSeries.Palette
TCustom3DPaletteSeries

property Palette: TCustom3DPalette;

Unit
TeeSurfa

Description
Run-time only. The Palette property is a standard TList object that stores the color palette used to fill the Surface polygons. This Palette list will be only used when UsePalette is True.

It stores the following object:

TSurfacePalette = Object
UpToValue : Double;
Color : TColor;
end;