C# Class CrystalMpq.DataFormats.Dxt5Surface

Inheritance: DxtSurface
Afficher le fichier Open project: sgraf812/crystalmpq Class Usage Examples

Méthodes publiques

Méthode Description
Dxt5Surface ( byte rawData, int width, int height, bool alphaPremultiplied = false, bool shareBuffer = false ) : System
Dxt5Surface ( int width, int height, bool alphaPremultiplied = false ) : System

Méthodes protégées

Méthode Description
CopyToArgbInternal ( SurfaceData surfaceData ) : void

Private Methods

Méthode Description
Dxt5Surface ( byte rawData, int width, int height, bool alphaPremultiplied = false ) : System

Method Details

CopyToArgbInternal() protected méthode

protected CopyToArgbInternal ( SurfaceData surfaceData ) : void
surfaceData SurfaceData
Résultat void

Dxt5Surface() public méthode

public Dxt5Surface ( byte rawData, int width, int height, bool alphaPremultiplied = false, bool shareBuffer = false ) : System
rawData byte
width int
height int
alphaPremultiplied bool
shareBuffer bool
Résultat System

Dxt5Surface() public méthode

public Dxt5Surface ( int width, int height, bool alphaPremultiplied = false ) : System
width int
height int
alphaPremultiplied bool
Résultat System