FMX.Graphics.TBitmap.ReplaceOpaqueColor

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also