FMX.Utils.FillAlphaColor
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);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Utils.pas FMX.Utils.hpp |
FMX.Utils | FMX.Utils |
Description
Fills a number of items in a TAlphaColor array with the value of a TAlphaColor.
FillAlphaColor receives as parameters:
Dest: Array of TAlphaColor.Count: Number of elements of the array to fill with the given TAlphaColor.Value: Numeric value of the TAlphaColor.