RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.TTransparentMode Enumeration

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

Pascal
TTransparentMode = (
  tmAuto,
  tmFixed
);
C++
enum TTransparentMode {
  tmAuto,
  tmFixed
};

Graphics

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.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!