FMX.Types.AlphaColorToScanline

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Beschreibung

Konvertiert ein Array mit fortlaufenden Pixeln im 32-Bit-RGBA-Farbformat (physisch gleichwertig zu TPixelFormat.BGRA) in ein angegebenes Pixelformat.

Input zeigt auf das erste Pixel im Eingabe-Array.

Output zeigt auf das erste Pixel im Ausgabe-Array.

PixelCount gibt die Anzahl der umzuwandelnden Pixel an.

OutputFormat gibt das TPixelFormat der Dest-Pixel an.

Siehe auch