_BLEND (function) - mkilgore/QB64pe GitHub Wiki
The _BLEND function returns enabled or disabled for the current window or a specified image handle when 32 bit.
- result% = _BLEND [(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.
Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page