Vcl.GraphUtil.GetHighLightColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHighLightColor(const Color: TColor; Luminance: Integer): TColor;

C++

extern DELPHI_PACKAGE System::Uitypes::TColor __fastcall GetHighLightColor(const System::Uitypes::TColor Color, int Luminance = 0x13);

Properties

Type Visibility Source Unit Parent
function public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

Description

Returns the highlight color.

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.

See Also