1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00
QB64-PE/internal/help/_BLEND_(function).txt

21 lines
570 B
Plaintext
Raw Normal View History

2016-03-18 11:36:04 +00:00
{{DISPLAYTITLE:_BLEND (function)}}
2017-10-10 14:55:21 +00:00
The [[_BLEND (function)|_BLEND]] function returns enabled or disabled for the current window or a specified image handle when 32 bit.
{{PageSyntax}}
2017-10-10 14:55:21 +00:00
:{{Parameter|result%}} = [[_BLEND (function)|_BLEND]] [({{Parameter|imageHandle&}})]
{{PageDescription}}
2017-10-10 14:55:21 +00:00
* _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.'''
{{PageSeeAlso}}
2017-10-10 14:55:21 +00:00
* [[_DONTBLEND]], [[_BLEND]]
* [[Images]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}
<