1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_graphics_pixmaps_convertpixmap:
- =============
- ConvertPixmap
- =============
- ConvertPixmap -
- Description
- ===========
- .. code-block:: blitzmax
- ConvertPixmap:TPixmap( pixmap:TPixmap,format )
- Convert pixel format of a pixmap
- See #CreatePixmap for valid pixmap formats.
- Parameters
- ==========
- Return Values
- =============
- A new pixmap object with the specified pixel format
- Examples
- ========
- See Also
- ========
|