Represents transparency modes used in raster images.
Source position: graphics.pp line 262
type TTransparentMode = ( |
||
tmAuto, |
|
Transparency is determined by examining a designated pixel in the image data. |
tmFixed |
|
Uses a designated color as the transparent color. |
); |
|
Determines how transparent pixels are represented in the image. |
|
|
Color used to represent transparent pixels in the image. |
| CT Web help |
| CodeTyphon Studio |