C# 클래스 NScumm.Sword1.MoviePlayer

파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

공개 메소드들

메소드 설명
Load ( int id ) : void
MoviePlayer ( SwordEngine vm, Text textMan, ResMan resMan ) : System
Play ( ) : void

비공개 메소드들

메소드 설명
ConvertColor ( byte r, byte g, byte b, float &h, float &s, float &v ) : void
DrawFramePSX ( Surface frame ) : void
FindTextColor ( ) : uint
GetBlackColor ( ) : uint
LoadSubtitles ( int id ) : void
PerformPostProcessing ( byte screen ) : void
ToPalette ( byte palette ) : Color[]
UpdateColors ( ) : void

메소드 상세

Load() 공개 메소드

public Load ( int id ) : void
id int
리턴 void

MoviePlayer() 공개 메소드

public MoviePlayer ( SwordEngine vm, Text textMan, ResMan resMan ) : System
vm SwordEngine
textMan Text
resMan ResMan
리턴 System

Play() 공개 메소드

public Play ( ) : void
리턴 void