func_graphics_pixmaps_convertpixmap.rst 430 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_graphics_pixmaps_convertpixmap:
  2. =============
  3. ConvertPixmap
  4. =============
  5. ConvertPixmap -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. ConvertPixmap:TPixmap( pixmap:TPixmap,format )
  10. Convert pixel format of a pixmap
  11. See #CreatePixmap for valid pixmap formats.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. A new pixmap object with the specified pixel format
  17. Examples
  18. ========
  19. See Also
  20. ========