System.UIConsts.AlphaColorToColor

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

Delphi

function AlphaColorToColor(const Color: TAlphaColor): TColor;

C++

extern DELPHI_PACKAGE System::Uitypes::TColor __fastcall AlphaColorToColor(const System::Uitypes::TAlphaColor Color);

プロパティ

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


説明

TAlphaColor のインスタンスを TColor に変換します。

関連項目