C# Class BiomePainter.ColorPalette

Show file Open project: mblaine/BiomePainter Class Usage Examples

Public Methods

Method Description
Lookup ( int block, int data, byte biome ) : Color
Preload ( ) : void
Reset ( ) : void

Private Methods

Method Description
LoadBlockTable ( ) : void
Parse ( String path ) : void

Method Details

Lookup() public static method

public static Lookup ( int block, int data, byte biome ) : Color
block int
data int
biome byte
return Color

Preload() public static method

public static Preload ( ) : void
return void

Reset() public static method

public static Reset ( ) : void
return void