C# Class SerahToolkit_SharpGL.StageTexture

Exibir arquivo Open project: MaKiPL/FF8-Rinoa-s-Toolset Class Usage Examples

Public Methods

Method Description
CopyTextureBuffer ( byte buffer ) : void
CreatePalettedTex ( int cluTid, byte buffer ) : void
GetBmp ( ) : Bitmap
StageTexture ( int index, int width, int height ) : System

Private Methods

Method Description
CreateTexture ( ) : void

Method Details

CopyTextureBuffer() public method

public CopyTextureBuffer ( byte buffer ) : void
buffer byte
return void

CreatePalettedTex() public method

public CreatePalettedTex ( int cluTid, byte buffer ) : void
cluTid int
buffer byte
return void

GetBmp() public method

public GetBmp ( ) : Bitmap
return System.Drawing.Bitmap

StageTexture() public method

public StageTexture ( int index, int width, int height ) : System
index int
width int
height int
return System