C# 클래스 FSO.IDE.Common.SpriteEncoderUtils

파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 메소드들

메소드 설명
GetPixelAlpha ( SPR2Frame sprite, int tWidth, int tHeight ) : System.Drawing.Image[]

Generates windows bitmaps for the appearance of this sprite.

GetPixelAlpha ( SPR2Frame sprite, int tWidth, int tHeight, Vector2 pos ) : System.Drawing.Image[]
QuantizeFrame ( SPR2Frame frame, byte &bytes ) : Microsoft.Xna.Framework.Color[]

메소드 상세

GetPixelAlpha() 공개 정적인 메소드

Generates windows bitmaps for the appearance of this sprite.
public static GetPixelAlpha ( SPR2Frame sprite, int tWidth, int tHeight ) : System.Drawing.Image[]
sprite FSO.Files.Formats.IFF.Chunks.SPR2Frame
tWidth int
tHeight int
리턴 System.Drawing.Image[]

GetPixelAlpha() 공개 정적인 메소드

public static GetPixelAlpha ( SPR2Frame sprite, int tWidth, int tHeight, Vector2 pos ) : System.Drawing.Image[]
sprite FSO.Files.Formats.IFF.Chunks.SPR2Frame
tWidth int
tHeight int
pos Vector2
리턴 System.Drawing.Image[]

QuantizeFrame() 공개 정적인 메소드

public static QuantizeFrame ( SPR2Frame frame, byte &bytes ) : Microsoft.Xna.Framework.Color[]
frame SPR2Frame
bytes byte
리턴 Microsoft.Xna.Framework.Color[]