AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de dibujo
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Modifies the opacity of an image (which means the alpha channel of the image).
Example
MyImage is Image = "c:\test.png"
// Reduces the opacity by 50%
dModifyOpacity(MyImage, 50)
dSaveImagePNG(MyImage, "c:\test2.png")
Syntax
dModifyOpacity(<Image> , <Factor>)
<Image>: Image variable
Name of the Image variable to be used.
<Factor>: Real
Factor for modifying the opacity, included between 0.0 and 100.0. This factor will be applied to the alpha channel of the image.
Remarks
This function can only be used with the images containing an alpha channel (32 bpp).
Component: wd290pnt.dll
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local