ZD Screen Recorder SDK API – ScnLib_SetLogoImageOpacity()

ScnLib_SetLogoImageOpacity()

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

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

  • Remarks
    Use this function to adjust the opacity of the logo image. An opacity value of 0.0 renders the image completely invisible, whereas a value of 1.0 displays the image 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 image opacity is 0.7. To check the current opacity of the logo image, call ScnLib_GetLogoImageOpacity().

  • See Also
    ScnLib_GetLogoImageOpacity()
    ScnLib_SetLogoTextOpacity()

Shopping Cart
  • Your cart is empty.
Scroll to Top