[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents transparency modes used in raster images.
Source position: graphics.pp line 255
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 for transparent pixels in the image. |
Version 4.0 | Generated 2025-05-03 | Home |