Determines how transparent pixels are represented in the image.
Source position: graphics.pp line 1364
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, Transparent and Masked properties.
TransparentMode can contain one of the following values from the TTransparentMode enumeration:
The default value for the property is tmAuto. The property value is automatically set to tmAuto if TransparentColor contains clDefault. In addition, TransparentColor is automatically set to clDefault when TransparentMode is set to tmAuto.
|
Color used to represent transparent pixels in the image. |
|
|
Masked - returns True if a Mask is being applied. |
|
|
Indicates whether some parts of the image are not opaque. |
|
|
Represents transparency modes used in raster images. |
| CT Web help |
| CodeTyphon Studio |