Show: Delphi C++
Display Preferences

Vcl.Graphics.TTransparentMode

From XE2 API Documentation
Jump to: navigation, search

Delphi

type TTransparentMode = (tmAuto, tmFixed)

C++

enum TTransparentMode : unsigned char { tmAuto, tmFixed };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics

Description

TTransparentMode indicates how the transparent color of a bitmap is determined.

The following table lists the possible values:



Value Meaning

tmAuto

The transparent color is determined by the bottom-leftmost pixel of the bitmap image.

tmFixed

The transparent color is explicitly assigned and stored in the bitmap object.

Personal tools
Previous Versions
Translations