public static FromRawStream ( Stream stream, int width, int height, PixelFormat format ) : Image | ||
stream | Stream | Stream containing the raw image data. |
width | int | Width of this image data (in pixels). |
height | int | Height of this image data (in pixels). |
format | PixelFormat | Pixel format used in this texture. |
return | Image |