TRainbowSettings::BottomToTop Property

__property bool BottomToTop = {read = FBottomToTop, write = SetBottomToTop};

Enables rainbow effect between bottom and top color.

Read: bool FBottomToTop;
Write: void SetBottomToTop(const bool Value);
Remarks:

If true the bottom 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 mid Color is clNone (not used).

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