forked from Galleondragon/qb64
-
Notifications
You must be signed in to change notification settings - Fork 24
_BLEND (function)
Cory Smith edited this page Sep 1, 2022
·
3 revisions
The _BLEND (function) function returns enabled or disabled for the current window or a specified image handle when 32 bit.
result% = _BLEND (function) [(imageHandle&)]
- _BLEND returns -1 if enabled or 0 if disabled by _DONTBLEND statement.
- Note: _DONTBLEND is faster than the default _BLEND unless you really need to use it in 32 bit.