C# Class CrystalMpq.DataFormats.Dxt3Surface

Inheritance: DxtSurface
Mostrar archivo Open project: sgraf812/crystalmpq Class Usage Examples

Public Methods

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

Protected Methods

Method Description
CopyToArgbInternal ( SurfaceData surfaceData ) : void

Private Methods

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

Method Details

CopyToArgbInternal() protected method

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

Dxt3Surface() public method

public Dxt3Surface ( 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

Dxt3Surface() public method

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