BLEND (function) - QB64 Wiki

BLEND (function)

From QB64 Wiki

Revision as of 00:49, 5 July 2012 by Clippy (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The _BLEND function returns enabled or disabled for the current window or a specified image handle when 32 bit.


Syntax:

result% = _BLEND ( [imageHandle&] )


Description:

  • _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!


See also:



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page