Vcl.GraphUtil.GetShadowColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Returns the shadow color.

GetShadowColor returns the shadow color with a specific luminance.

Color represents the base color.

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

See Also