RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
GraphUtil.GetHighLightColor Function

Returns the highlight color.

Pascal
function GetHighLightColor(const Color: TColor; Luminance: Integer = 19): TColor;
C++
TColor GetHighLightColor(const TColor Color, int Luminance = 19);

GetHighLightColor returns the highlight color with a specific luminance.  

Color represents the base color.  

Luminance represents the luminance. The default value is 19 and it is optional. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!