C# Class NScumm.Sword1.MoviePlayer

Exibir arquivo Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
Load ( int id ) : void
MoviePlayer ( SwordEngine vm, Text textMan, ResMan resMan ) : System
Play ( ) : void

Private Methods

Method Description
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

Method Details

Load() public method

public Load ( int id ) : void
id int
return void

MoviePlayer() public method

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

Play() public method

public Play ( ) : void
return void