FMX.Graphics.TBitmap.InvertAlpha

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure InvertAlpha;

C++

void __fastcall InvertAlpha();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap

Beschreibung

Invertiert den Koeffizienten der Transparenz (Alpha) für jedes Farb-Bit des TBitmap-Bildes.

Siehe auch

Codebeispiele