graphics.loadBMP
(Redirected from Graphics.loadBMP)
Jump to navigation
Jump to search
Function
Client Only
Online and Offline
Available since Client 1.0.0
Texture graphics.loadBMP(Stream stream)
The graphics.loadBMP function is used to create a texture object from a stream containing BMP data.
Parameters
1) | Stream | stream | The stream containing BMP 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.