func_graphics_pixmaps_pixmapformat.rst 382 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_graphics_pixmaps_pixmapformat:
  2. ============
  3. PixmapFormat
  4. ============
  5. PixmapFormat -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. PixmapFormat( pixmap:TPixmap )
  10. Get pixmap format
  11. See #CreatePixmap for supported formats.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. The format of the pixels stored in @pixmap
  17. Examples
  18. ========
  19. See Also
  20. ========