C# Class XCom.SPKImage

Inheritance: XCom.Interfaces.XCImage
ファイルを表示 Open project: pmprog/OpenXCOM.Tools

Public Methods

Method Description
SPKImage ( Palette p, Stream s, int width, int height ) : System
Save ( byte img, Stream file ) : void

Method Details

SPKImage() public method

public SPKImage ( Palette p, Stream s, int width, int height ) : System
p Palette
s Stream
width int
height int
return System

Save() public static method

public static Save ( byte img, Stream file ) : void
img byte
file Stream
return void