void CreateCustomRangePalette(TColor ABottomColor, TColor ATopColor, TColor AMidColor, double AMin, double AMax, int Steps);
Create equidistant palette entries/levels.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ABottomColor | TColor | |
| 2 | ATopColor | TColor | |
| 3 | AMidColor | TColor | |
| 4 | AMin | double | |
| 5 | AMax | double | |
| 6 | Steps | int |
Remarks:
Create equidistant palette entries/levels by using AMin=ABottomColor, AMax=ATopColor and Steps parameters in method call.
The mid color can be left out by specifying UsMidColor := False;
See Also: TColorPalette::PaletteStyle
Declared in Dew::Math::Controls::VCL::TColorPalette · Dew.Math.Controls.VCL/MtxVecTee.h · C++Builder only