1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00
qb64/internal/help/_BLEND_(function).txt
2019-04-14 22:15:33 -03:00

20 lines
568 B
Plaintext

{{DISPLAYTITLE:_BLEND (function)}}
The [[_BLEND (function)|_BLEND]] function returns enabled or disabled for the current window or a specified image handle when 32 bit.
{{PageSyntax}}
:{{Parameter|result%}} = [[_BLEND (function)|_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 bit.'''
{{PageSeeAlso}}
* [[_DONTBLEND]], [[_BLEND]]
* [[Images]]
{{PageNavigation}}