TColorPalette::TopColor Property

__property TColor TopColor = {read = FTopColor, write = SetTopColor};

Defines color for the maximum value.

Read: TColor FTopColor;
Write: void SetTopColor(const TColor Value);
Remarks:

Top color for the 3 color model.

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