Vcl.GraphUtil.GetShadowColor

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

説明

影の色を返します。

GetShadowColor は特定の輝度の影の色を返します。

Color はベース色を表します。

Luminance は輝度を表します。デフォルト値は -50 です。これは省略可能です。

関連項目