1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_graphics_pixmaps_pixmapformat:
- ============
- PixmapFormat
- ============
- PixmapFormat -
- Description
- ===========
- .. code-block:: blitzmax
- PixmapFormat( pixmap:TPixmap )
- Get pixmap format
- See #CreatePixmap for supported formats.
- Parameters
- ==========
- Return Values
- =============
- The format of the pixels stored in @pixmap
- Examples
- ========
- See Also
- ========
|