C# Class ps2ls.Utils

Mostrar archivo Open project: psemu/ps2ls

Public Methods

Method Description
FixSoundHeader ( MemoryStream stream ) : MemoryStream
GenerateRandomColor ( Random random, Color mix ) : Color

Method Details

FixSoundHeader() public static method

public static FixSoundHeader ( MemoryStream stream ) : MemoryStream
stream System.IO.MemoryStream
return System.IO.MemoryStream

GenerateRandomColor() public static method

public static GenerateRandomColor ( Random random, Color mix ) : Color
random System.Random
mix Color
return Color