FMX.Utils.FillAlphaColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure FillAlphaColor(const Dest: PAlphaColorArray; const Count: Integer; const Value: TAlphaColor);

C++

extern DELPHI_PACKAGE void __fastcall FillAlphaColor(const PAlphaColorArray Dest, const int Count, const System::Uitypes::TAlphaColor Value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Utils.pas
FMX.Utils.hpp
FMX.Utils FMX.Utils


Beschreibung

Füllt eine Anzahl von Elementen in einem TAlphaColor-Array mit dem Wert einer TAlphaColor.

FillAlphaColor übernimmt die folgenden Parameter:

Siehe auch