__property double ColorBalanceMid = {read = FColorBalanceMid, write = SetColorBalanceMid};
Defines the mid color balance for three color model.
Read:
double FColorBalanceMid;Write:
void SetColorBalanceMid(const double Value);Remarks:
Acceptable range for the parameter is between -1 and +1. For the three color model the zero puts the middle color exactly on the middle between the Top and the Bottom color. At +1, the mid color is at the range of the top color and at -1, the mid color is at the range of the bottom color.
See Also: TColorPalette::ColorBalance
Declared in Dew::Math::Controls::VCL::TColorPalette · Dew.Math.Controls.VCL/MtxVecTee.h · C++Builder only