1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/wiki/_BLEND-(function).md
2022-12-24 21:14:48 -06:00

533 B

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

Syntax

result% = _BLEND (function) [(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