C# Class ValveResourceFormat.ResourceTypes.Texture

Inheritance: ValveResourceFormat.Blocks.ResourceData
Afficher le fichier Open project: SteamDatabase/ValveResourceFormat

Méthodes publiques

Méthode Description
GenerateBitmap ( ) : Bitmap
Read ( BinaryReader reader, Resource resource ) : void
Texture ( ) : System
ToString ( ) : string

Private Methods

Méthode Description
ReadPNG ( ) : Bitmap
ReadRGBA16161616F ( BinaryReader r, int w, int h ) : Bitmap
ReadRGBA8888 ( BinaryReader r, int w, int h ) : Bitmap

Method Details

GenerateBitmap() public méthode

public GenerateBitmap ( ) : Bitmap
Résultat System.Drawing.Bitmap

Read() public méthode

public Read ( BinaryReader reader, Resource resource ) : void
reader System.IO.BinaryReader
resource Resource
Résultat void

Texture() public méthode

public Texture ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string