Skip to content

ImageOverlay_UseTransparentColor

property

Delphi
property ImageOverlay_UseTransparentColor: Boolean read GetImageOverlayUseTransparentColor write SetImageOverlayUseTransparentColor;
C++Builder
__property bool ImageOverlay_UseTransparentColor = {read=GetImageOverlayUseTransparentColor, write=SetImageOverlayUseTransparentColor, nodefault};
C#
public bool ImageOverlay_UseTransparentColor { get; set; }
VB.NET
Public Property ImageOverlay_UseTransparentColor As Boolean
C++/Qt
BOOL GetImageOverlay_UseTransparentColor (int Index);
BOOL GetImageOverlay_UseTransparentColor ();
void SetImageOverlay_UseTransparentColor (int Index, BOOL Value);
void SetImageOverlay_UseTransparentColor (BOOL Value);

Used to specify if a given color must be used for transparency, for the current image overlay selected by ImageOverlaySelector, when ImageOverlay_Transparent is enabled. If enabled, the color must be specified by ImageOverlay_TransparentColorValue. If disabled, the default color transparency (background color) of the image will be used. Look at the Image Overlays chapter for more information.