FMX.Types.AlphaColorToScanline

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure AlphaColorToScanline(Input: PAlphaColor; Output: Pointer; PixelCount: Integer; OutputFormat: TPixelFormat);

C++

extern DELPHI_PACKAGE void __fastcall AlphaColorToScanline(System::Uitypes::PAlphaColor Input, void * Output, int PixelCount, 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 un tableau de pixels contigus ayant un format de couleur RGBA 32 bits (physiquement équivalent au TPixelFormat.BGRA) au format de pixel spécifié.

Input pointe sur le premier pixel dans le tableau d'entrée.

Output pointe sur le premier pixel dans le tableau de sortie.

PixelCount spécifie le nombre de pixels à convertir.

OutputFormat spécifie le TPixelFormat des pixels Dest.

Voir aussi