Vcl.Graphics.TTransparentMode

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TTransparentMode = (tmAuto, tmFixed);

C++

enum DECLSPEC_DENUM TTransparentMode : unsigned char { tmAuto, tmFixed };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics

Description

TTransparentMode détermine la façon dont la couleur transparente d'un bitmap est déterminée.

Le tableau suivant énumère les valeurs possibles :



Valeur Signification

tmAuto

La couleur transparente est déterminée par le pixel inférieur gauche de l'image bitmap.

tmFixed

La couleur transparente est explicitement affectée et stockée dans l'objet bitmap.