TBitmap.TransparentMode

Applies to TestComplete 15.63, last modified on April 10, 2024

Specifies how the bitmap’s transparent color is determined.

Declaration

TBitmapObj.TransparentMode
Read-Write Property String
TBitmapObj     A TBitmap object  

Description

The TransparentMode property specifies how the bitmap’s transparent color is determined. If this property is set to “tmAuto”, the TransparentColor property returns the color of the bitmap’s lower left pixel. If TransparentMode is set to “tmFixed”, TransparentColor returns the color stored in the bitmap as a transparent color.

Property Value

One of the following string values:

Value Description
tmAuto The color of the bitmap’s lower left pixel is used as transparent.
tmFixed The transparent color is specified in the bitmap.

Remarks

Setting TransparentMode to “tmAuto” cancels all assignments made to the TransparentColor property.

See Also

TBitmap.TransparentColor

Highlight search results