FMX.Graphics.TBitmap.InvertAlpha

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvertAlpha;

C++

void __fastcall InvertAlpha();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap

Description

Inverts the transparency coefficient (Alpha) for each color bit of the TBitmap image.

See Also

Code Examples