FMX.Utils.FillAlpha

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FillAlpha(const Dest: PAlphaColorRecArray; const Count: Integer; const Alpha: Byte);

C++

extern DELPHI_PACKAGE void __fastcall FillAlpha(const PAlphaColorRecArray Dest, const int Count, const System::Byte Alpha);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Utils.pas
FMX.Utils.hpp
FMX.Utils FMX.Utils

Description

Sets the alpha value of multiple (Count) alpha colors at once.

These alpha colors are stored in an array of alpha colors that can be accessed through PAlphaColorArray.

Src is a pointer to a PAlphaColorArray while the alpha value is specified by the Alpha parameter.

See Also