__property bool BottomToMid = {read = FBottomToMid, write = SetBottomToMid};
Enables rainbow effect between bottom and mid color.
Read:
bool FBottomToMid;Write:
void SetBottomToMid(const bool Value);Remarks:
If true the bottom and mid 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