graphics.loadPNG
(Redirected from Graphics.loadPNG)
Jump to navigation
Jump to search
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.