Skip to content

Display_AlphaBlendValue

property

Delphi
property Display_AlphaBlendValue: LongInt index 0 read GetDisplayAlphaBlendValue write SetDisplayAlphaBlendValue default DEF_Display_AlphaBlendValue;
C++Builder
__property System::LongInt Display_AlphaBlendValue = {read=GetDisplayAlphaBlendValue, write=SetDisplayAlphaBlendValue, index=0, default=180};
C#
public int Display_AlphaBlendValue { get; set; }
VB.NET
Public Property Display_AlphaBlendValue As Integer
C++/Qt
int GetDisplay_AlphaBlendValue ();
void SetDisplay_AlphaBlendValue (int Value);

Value of the alpha blending of the video window, in the 0..255 range (e.g. 128 = semi-transparent).

This feature can be used when Display_AlphaBlendEnabled = true and Display_Embedded = false.