FMX.Types.AlphaColorToPixel
Delphi
procedure AlphaColorToPixel(Input: TAlphaColor; Output: Pointer; OutputFormat: TPixelFormat);
C++
extern DELPHI_PACKAGE void __fastcall AlphaColorToPixel(System::Uitypes::TAlphaColor 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 the 32-bit RGBA color value (physically equivalent of TPixelFormat.BGRA) of one pixel into the native pixel format.
Input
specifies the pixel color to be converted to the specified pixel format.
Output
specifies the pointer to the destination pixel.
OutputFormat
specifies the TPixelFormat of the Output
pixel.