TColorPalette::BottomColor Property

__property TColor BottomColor = {read = FBottomColor, write = SetBottomColor};

Defines color for the minimum value.

Read: TColor FBottomColor;
Write: void SetBottomColor(const TColor Value);
Remarks:

Bottom 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