System.UIConsts.AppendColor

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

Delphi

function AppendColor(Start, Stop: TAlphaColor): TAlphaColor;

C++

extern DELPHI_PACKAGE System::Uitypes::TAlphaColor __fastcall AppendColor(System::Uitypes::TAlphaColor Start, System::Uitypes::TAlphaColor Stop);

プロパティ

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

説明

指定された 2 つのアルファ色を加算した結果を返します。


AppendColor メソッドは、Stop で指定されたアルファ色と、Start で指定されたアルファ色を加算した結果得られるアルファ色を返します。

関連項目