System.UIConsts.AppendColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.UIConsts.pas
System.UIConsts.hpp
System.UIConsts System.UIConsts

Description

Returns the result of the addition of the two given alpha colors.

The AppendColor method returns the alpha color resulted from the addition of the alpha color specified by Stop to the alpha color specified by Start.

See Also