메소드 | 설명 | |
---|---|---|
AddToGraphicList ( byte listId, uint objId ) : void | ||
ClearScreen ( ) : void | ||
DecompressHIF ( byte src, int srcOff, byte dest ) : void | ||
Draw ( ) : void | ||
FadeDownPalette ( ) : void | ||
FadeUpPalette ( ) : void | ||
FnFlash ( byte color ) : void | ||
FnSetPalette ( byte start, ushort length, uint id, bool fadeUp ) : void | ||
FnSetParallax ( uint screen, uint resId ) : void | ||
FullRefresh ( ) : void | ||
NewScreen ( uint screen ) : void | ||
QuitScreen ( ) : void | ||
Screen ( string directory, ISystem system, |
||
SetScrolling ( short offsetX, short offsetY ) : void | ||
ShowFrame ( ushort x, ushort y, uint resId, uint frameNo, byte fadeMask = null, sbyte fadeStatus ) : void | ||
ShowScrollFrame ( ) : bool | ||
StillFading ( ) : bool | ||
UpdateScreen ( ) : void |
메소드 | 설명 | |
---|---|---|
BlitBlockClear ( ushort x, ushort y, ByteAccess data ) : void | ||
DecompressRLE0 ( byte src, int srcOffset, uint compSize, byte dest ) : void | ||
DecompressRLE7 ( byte src, int srcOffset, uint compSize, byte dest ) : void | ||
DecompressTony ( byte src, int srcOffset, uint compSize, byte dest ) : void | ||
DrawPsxFullShrinkedSprite ( byte sprData, int offset, ushort sprX, ushort sprY, ushort sprWidth, ushort sprHeight, ushort sprPitch ) : void | ||
DrawPsxHalfShrinkedSprite ( byte sprData, int offset, ushort sprX, ushort sprY, ushort sprWidth, ushort sprHeight, ushort sprPitch ) : void | ||
DrawPsxParallax ( byte psxParallax, ushort paraScrlX, ushort scrnScrlX, ushort scrnWidth ) : void | ||
DrawSprite ( ByteAccess sprData, ushort sprX, ushort sprY, ushort sprWidth, ushort sprHeight, ushort sprPitch ) : void | ||
FadePalette ( ) : void | ||
FastShrink ( ByteAccess src, ushort width, ushort height, uint scale, byte dest ) : void | ||
FetchPsxParallaxSize ( byte psxParallax, ushort ¶SizeX, ushort ¶SizeY ) : void | ||
FlushPsxCache ( ) : void | ||
ProcessImage ( uint id ) : void | ||
PsxBackgroundToIndexed ( byte psxBackground, int offset, int bakXres, int bakYres ) : byte[] | ||
PsxShrinkedBackgroundToIndexed ( byte psxBackground, int offset, int bakXres, int bakYres ) : byte[] | ||
RenderParallax ( byte data ) : void | ||
SpriteClipAndSet ( ushort &pSprX, ushort &pSprY, ushort &pSprWidth, ushort &pSprHeight, ushort &incr ) : void | ||
VerticalMask ( ushort x, ushort y, ushort bWidth, ushort bHeight ) : void |
public AddToGraphicList ( byte listId, uint objId ) : void | ||
listId | byte | |
objId | uint | |
리턴 | void |
public static DecompressHIF ( byte src, int srcOff, byte dest ) : void | ||
src | byte | |
srcOff | int | |
dest | byte | |
리턴 | void |
public FnSetPalette ( byte start, ushort length, uint id, bool fadeUp ) : void | ||
start | byte | |
length | ushort | |
id | uint | |
fadeUp | bool | |
리턴 | void |
public FnSetParallax ( uint screen, uint resId ) : void | ||
screen | uint | |
resId | uint | |
리턴 | void |
public Screen ( string directory, ISystem system, |
||
directory | string | |
system | ISystem | |
resMan | ||
objMan | ||
리턴 | System |
public SetScrolling ( short offsetX, short offsetY ) : void | ||
offsetX | short | |
offsetY | short | |
리턴 | void |
public ShowFrame ( ushort x, ushort y, uint resId, uint frameNo, byte fadeMask = null, sbyte fadeStatus ) : void | ||
x | ushort | |
y | ushort | |
resId | uint | |
frameNo | uint | |
fadeMask | byte | |
fadeStatus | sbyte | |
리턴 | void |