|
tModLoader v0.11.8.9
A mod to make and play Terraria mods
|
Collaboration diagram for Terraria.ModLoader.IO.ImageIO:Static Public Member Functions | |
| static Task< Texture2D > | PngToTexture2DAsync (GraphicsDevice graphicsDevice, Stream stream) |
| static void | RawToPng (Stream src, Stream dst) |
| static Texture2D | RawToTexture2D (GraphicsDevice graphicsDevice, BinaryReader r) |
| static Texture2D | RawToTexture2D (GraphicsDevice graphicsDevice, Stream src) |
| static Task< Texture2D > | RawToTexture2DAsync (GraphicsDevice graphicsDevice, BinaryReader r) |
| static Tuple< int, int, byte[]> | ReadRaw (BinaryReader r) |
| static Tuple< int, int, byte[]> | ReadRaw (Stream src) |
| static bool | ToRaw (Stream src, Stream dst) |
| static byte[] | ToRawBytes (Stream src) |
Static Public Attributes | |
| const int | VERSION = 1 |
Definition at line 13 of file ImageIO.cs.
|
static |
Definition at line 103 of file ImageIO.cs.
Referenced by Terraria.ModLoader.Mod.LoadTexture().
Here is the caller graph for this function:
|
static |
Definition at line 68 of file ImageIO.cs.
References Terraria.ModLoader.IO.ImageIO.RawToTexture2D().
Here is the call graph for this function:
|
static |
Definition at line 87 of file ImageIO.cs.
References Terraria.ModLoader.IO.ImageIO.ReadRaw().
Here is the call graph for this function:
|
static |
|
static |
Definition at line 94 of file ImageIO.cs.
References Terraria.ModLoader.IO.ImageIO.ReadRaw().
Referenced by Terraria.ModLoader.Mod.LoadTexture().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 76 of file ImageIO.cs.
References Terraria.ModLoader.IO.ImageIO.VERSION.
|
static |
Referenced by Terraria.ModLoader.IO.ImageIO.RawToTexture2D(), and Terraria.ModLoader.IO.ImageIO.RawToTexture2DAsync().
Here is the caller graph for this function:
|
static |
Definition at line 17 of file ImageIO.cs.
References Terraria.ModLoader.IO.ImageIO.VERSION.
Referenced by Terraria.ModLoader.IO.ImageIO.ToRawBytes().
Here is the caller graph for this function:
|
static |
Definition at line 59 of file ImageIO.cs.
References Terraria.ModLoader.IO.ImageIO.ToRaw().
Here is the call graph for this function:
|
static |
Definition at line 15 of file ImageIO.cs.
Referenced by Terraria.ModLoader.IO.ImageIO.ReadRaw(), and Terraria.ModLoader.IO.ImageIO.ToRaw().