TColorPalette::SharpContrast Property

__property bool SharpContrast = {read = FSharpContrast, write = SetSharpContrast};

Activates sharp contrast feature.

Read: bool FSharpContrast;
Write: void SetSharpContrast(const bool Value);
Remarks:

Sharp contrast is only available with 3 color model. The color palette is generated such that there is a quick color transition at the position specified with ColorBalance. In combination with color balance this allows you to fairly accurately determine the magnitude of individual pixels. When their color completely changes, the color balance parameter is set such that the legend accurately shows the actual value. The legend for this purpose must be an external chart which can show entire color range continuously.

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