C# Class Topographer.ColorPalette

Exibir arquivo Open project: mblaine/Topographer Class Usage Examples

Public Methods

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

Private Methods

Method Description
LoadBiomeTable ( ) : void
LoadBlockTable ( ) : void

Method Details

Lookup() public static method

public static Lookup ( byte biome ) : Color
biome byte
return Color

Lookup() public static method

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