BLEND (function): Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
m (Protected "BLEND (function)" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
No edit summary
Tag: Manual revert
 
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:


{{PageSyntax}}
{{PageSyntax}}
:{{Parameter|result%}} = [[_BLEND (function)|_BLEND]]  [({{Parameter|imageHandle&}})]  
:{{Parameter|result%}} = [[_BLEND (function)|_BLEND]]  [({{Parameter|imageHandle&}})]





Latest revision as of 01:08, 23 January 2023

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