func_graphics_max2d_setalpha.rst 508 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. _func_graphics_max2d_setalpha:
  2. ========
  3. SetAlpha
  4. ========
  5. SetAlpha -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. SetAlpha( alpha# )
  10. Set current alpha level
  11. @alpha should be in the range 0 to 1.
  12. @alpha controls the transparancy level when the ALPHABLEND blend mode is in effect.
  13. The range from 0.0 to 1.0 allows a range of transparancy from completely transparent
  14. to completely solid.
  15. Parameters
  16. ==========
  17. Return Values
  18. =============
  19. Nothing.
  20. Examples
  21. ========
  22. See Also
  23. ========