graphics.loadPNG: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Revision as of 20:57, 3 October 2019
Function Client Only
![]()
Online and Offline
Available since Client 1.0.0
Texture graphics.loadPNG(Stream stream)
The graphics.loadPNG function is used to create a texture object from a stream containing PNG data.
Parameters
| 1) | Stream | stream | The stream containing PNG data. |
Return
| Texture | The texture object. |
Notes
There aren't any notes for this function.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.