FMX.Utils.FillAlphaColor

From RAD Studio API Documentation
Jump to: navigation, search

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:

See Also