FMX.Types.AlphaColorToPixel
Delphi
procedure AlphaColorToPixel(Input: TAlphaColor; Output: Pointer; OutputFormat: TPixelFormat);
C++
extern DELPHI_PACKAGE void __fastcall AlphaColorToPixel(System::Uitypes::TAlphaColor Input, void * Output, TPixelFormat OutputFormat);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Convertit une valeur de couleur RGBA 32 bits (physiquement équivalente au TPixelFormat.BGRA) d'un pixel au format de pixel natif.
Input
spécifie la couleur de pixel à convertir au format de pixel spécifié.
Output
spécifie le pointeur sur le pixel de destination.
OutputFormat
spécifie le TPixelFormat du pixel Output
.