TColorPalette::MidColor Property

__property TColor MidColor = {read = FMidColor, write = SetMidColor};

Defines color for medium value.

Read: TColor FMidColor;
Write: void SetMidColor(const TColor Value);
Remarks:

Defines color for medium value. The position of the medium color relative to the top and bottom color is controlled with the MidColorPosition property. Set this property to clNone, to disable the use of the middle color.

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