TColorPalette::TopMostColor Property

__property TColor TopMostColor = {read = FTopMostColor, write = SetTopMostColor};

Defines color for the maximum value.

Read: TColor FTopMostColor;
Write: void SetTopMostColor(const TColor Value);
Remarks:

Topmost color for the 5 color model.

See Also: TColorPalette::BottomColor, TColorPalette::PaletteStyle
Declared in Dew::Math::Controls::VCL::TColorPalette · Dew.Math.Controls.VCL/MtxVecTee.h · C++Builder only