FMX.Types.Float4ToPixel

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Float4ToPixel(const Input: TAlphaColorF; Output: Pointer; OutputFormat: TPixelFormat);

C++

extern DELPHI_PACKAGE void __fastcall Float4ToPixel(const System::Uitypes::TAlphaColorF &Input, void * Output, TPixelFormat OutputFormat);

Eigenschaften

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

Beschreibung

Konvertiert System.UITypes.TAlphaColorF in das jeweilige Pixelformat.

Input gibt das umzuwandelnde Farbpixel an.

Output zeigt auf das Ausgabepixel.

OutputFormat gibt das TPixelFormat der Output-Pixel an.

Siehe auch