void CreatePeakHoldPalette(double aMax, double aMin);
Create default palette entries/levels, but keep the scale.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aMax | double | |
| 2 | aMin | double |
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