FMX.Types.Float4ToPixel
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);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Converts System.UITypes.TAlphaColorF into the specific pixel format.
Input
specifies the color pixel to be converted.
Output
points to the output pixel.
OutputFormat
specifies the TPixelFormat of the Output
pixels.