FMX.Types.Float4ToPixel

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Convertit System.UITypes.TAlphaColorF au format de pixel spécifique.

Input spécifie le pixel de couleur à convertir.

Output pointe sur le pixel de sortie.

OutputFormat spécifie le TPixelFormat des pixels Output.

Voir aussi