_BLEND (function)

From QB64 Phoenix Edition Wiki
Revision as of 22:26, 18 April 2022 by SMcNeill (talk | contribs) (Created page with "{{DISPLAYTITLE:_BLEND (function)}} The _BLEND function returns enabled or disabled for the current window or a specified image handle when 32 bit. {{PageSyntax}} :{{Parameter|result%}} = _BLEND [({{Parameter|imageHandle&}})] {{PageDescription}} * _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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to 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:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link