FMX.Graphics.TBitmap.ReplaceOpaqueColor
Delphi
procedure ReplaceOpaqueColor(const Color: TAlphaColor);
C++
void __fastcall ReplaceOpaqueColor(const System::Uitypes::TAlphaColor Color);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | FMX.Graphics.pas FMX.Graphics.hpp | FMX.Graphics | TBitmap | 
Description
Replaces all the opaque colors of the current bitmap with a specified color.
Color specifies the color to replace the opaque colors of the current bitmap.