AlphaDrawRect
Draws a pixmap onto a part of another pixmap with alpha blending.
Syntax
-
AlphaDrawRect(bg, fg[, x[, y[, opacity[, bm]]]])
-
bg
is a pixmap -
fg
is a pixmap -
x
andy
are non-negative integers -
opacity
is a number in [0, 1] -
bm
is a string
-
Description
AlphaDrawRect
is identical to DrawRect
but supports pixmaps with alpha channels.