|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| PngReader (GraphicsDevice graphicsDevice) | |
| Type[] | GetAssociatedTypes () |
| async ValueTask< T > | FromStream< T > (Stream stream, MainThreadCreationContext mainThreadCtx) |
| void | Dispose () |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
| T | FromStream< T > (Stream stream) |
Static Private Member Functions | |
| static unsafe void | PreMultiplyAlpha (IntPtr img, int len) |
Private Attributes | |
| readonly GraphicsDevice | _graphicsDevice |
| readonly ThreadLocal< Color[]> | _colorProcessingCache |
| bool | _disposedValue |
Definition at line 10 of file PngReader.cs.