TColorPalette::CreatePeakHoldPalette Method

void CreatePeakHoldPalette(double aMax, double aMin);

Create default palette entries/levels, but keep the scale.

#NameTypeDescription
1aMaxdouble
2aMindouble
Remarks:

Creates default palette entries/level, but adjust the scaling by remembering the maximum aMax and minimum aMin between consecutive calls of the function. The scale can be reset by calling TColorPalette::ResetPeakScale. aMax is the maximum value that the palette will cover and aMin is the minumum value.

Declared in Dew::Math::Controls::VCL::TColorPalette · Dew.Math.Controls.VCL/MtxVecTee.h · C++Builder only