[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines how transparent pixels are represented in the image.
Source position: graphics.pp line 1332
public property TRasterImage.TransparentMode : TTransparentMode |
TransparentMode is a TTransparentMode property which indicates how transparent pixels in the image are represented in the raw image data. It is related to the TransparentColor and Masked properties. TransparentMode can contain one of the following values from the TTransparentMode enumeration:
The default value for the property is tmAuto.
|
Color used for transparent pixels in the image. |
|
|
Masked - returns True if a Mask is being applied. |
|
|
Represents transparency modes used in raster images. |
Version 4.0 | Generated 2025-05-03 | Home |