123456789101112131415161718192021222324252627282930313233 |
- .. _func_graphics_max2d_getalpha:
- ========
- GetAlpha
- ========
- GetAlpha -
- Description
- ===========
- .. code-block:: blitzmax
- GetAlpha#()
- Get current alpha setting.
- Parameters
- ==========
- Return Values
- =============
- the current alpha value in the range 0..1.0
- Examples
- ========
- See Also
- ========
|