__property double ColorBalance = {read = FColorBalance, write = SetColorBalance};
Defines the color balance.
Read:
double FColorBalance;Write:
void SetColorBalance(const double Value);Remarks:
Acceptable range for the parameter is between -1 and +1. For two color model the zero means that palette is spaned between true minimum and maximum. +1 indicates that the bottomColor becomes equal to the topColor and -1 indicates that the TopColor becomes equal to the bottomColor. (Clipping from the top or from the bottom).
See Also: TColorPalette::BottomColor, TColorPalette::TopColor, TColorPalette::MidColor, TColorPalette::PaletteStyle, TColorPalette::ColorBalanceMid
Declared in Dew::Math::Controls::VCL::TColorPalette · Dew.Math.Controls.VCL/MtxVecTee.h · C++Builder only