System.UIConsts.AlphaColorToColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function AlphaColorToColor(const Color: TAlphaColor): TColor;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.UIConsts.pas
System.UIConsts.hpp
System.UIConsts System.UIConsts


Beschreibung

Konvertiert eine Instanz von TAlphaColor in TColor.

Siehe auch