ZD Screen Recorder SDK API – ScnLib_SetLogoTextOpacity()

ScnLib_SetLogoTextOpacity()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) void __stdcall ScnLib_SetLogoTextOpacity(double dOpacity);
C# [DllImport("ScnLib.dll")] public static extern void ScnLib_SetLogoTextOpacity(double Opacity);
Basic Public Declare Sub ScnLib_SetLogoTextOpacity Lib "ScnLib.dll" (ByVal Opacity As Double)
Delphi procedure ScnLib_SetLogoTextOpacity(Opacity: Double); stdcall; external 'ScnLib.dll';
  • Description
    Adjust the opacity of the logo text.

  • Parameters
    • Opacity [in]
      The logo text opacity, ranges from 0.0 to 1.0.
  • Return Value
    None.

  • Remarks
    Use this function to adjust the opacity of the logo text. An opacity value of 0.0 renders the text completely invisible, whereas a value of 1.0 displays the text in its original, fully opaque state. Values between 0.0 and 1.0 result in varying degrees of transparency for the logo, allowing it to blend with the video content to a desired extent. The default setting for logo text opacity is 0.8. To check the current opacity of the logo text, call ScnLib_GetLogoTextOpacity().

  • See Also
    ScnLib_GetLogoTextOpacity()
    ScnLib_SetLogoImageOpacity()

Shopping Cart
  • Your cart is empty.
Scroll to Top