1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_graphics_max2d_getblend:
- ========
- GetBlend
- ========
- GetBlend -
- Description
- ===========
- .. code-block:: blitzmax
- GetBlend()
- Get current blend mode
- See #SetBlend for possible return values.
- Parameters
- ==========
- Return Values
- =============
- The current blend mode.
- Examples
- ========
- See Also
- ========
|