TRainbowSettings::MidToTop Property

__property bool MidToTop = {read = FMidToTop, write = SetMidToTop};

Enables rainbow effect between mid and top color.

Read: bool FMidToTop;
Write: void SetMidToTop(const bool Value);
Remarks:

If true the mid and top color will be mixed according to the ligh spectrum. (Mixing red and green gives yellow, mixing red and blue gives violet etc...)

Note
Valid only if the midColor property is not clNone.

Declared in Dew::Math::Controls::VCL::TRainbowSettings · Dew.Math.Controls.VCL/MtxVecTee.h · C++Builder only