C# Class CrystalMpq.DataFormats.Dxt5Surface

Inheritance: DxtSurface
ファイルを表示 Open project: sgraf812/crystalmpq Class Usage Examples

Public Methods

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

Protected Methods

Method Description
CopyToArgbInternal ( SurfaceData surfaceData ) : void

Private Methods

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

Method Details

CopyToArgbInternal() protected method

protected CopyToArgbInternal ( SurfaceData surfaceData ) : void
surfaceData SurfaceData
return void

Dxt5Surface() public method

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
return System

Dxt5Surface() public method

public Dxt5Surface ( int width, int height, bool alphaPremultiplied = false ) : System
width int
height int
alphaPremultiplied bool
return System