C# Class XCom.GameFiles.Images.xcFiles.xcUncompressed

Inheritance: XCom.Interfaces.IXCImageFile
Show file Open project: pmprog/OpenXCOM.Tools

Public Methods

Method Description
SaveCollection ( string directory, string file, XCImageCollection images ) : void
xcUncompressed ( ) : System
xcUncompressed ( int wid, int hei ) : System

Protected Methods

Method Description
LoadFileOverride ( string directory, string file, int imgWid, int imgHei, Palette pal ) : XCImageCollection

Method Details

LoadFileOverride() protected method

protected LoadFileOverride ( string directory, string file, int imgWid, int imgHei, Palette pal ) : XCImageCollection
directory string
file string
imgWid int
imgHei int
pal Palette
return XCImageCollection

SaveCollection() public method

public SaveCollection ( string directory, string file, XCImageCollection images ) : void
directory string
file string
images XCImageCollection
return void

xcUncompressed() public method

public xcUncompressed ( ) : System
return System

xcUncompressed() public method

public xcUncompressed ( int wid, int hei ) : System
wid int
hei int
return System