com.threerings.media.tile
Interface TileSet.Colorizer

Enclosing class:
TileSet

public static interface TileSet.Colorizer

Used to assign colorizations to tiles that require them.


Method Summary
 Colorization getColorization(int index, String zation)
          Returns the colorization to be used for the specified named colorization class.
 

Method Detail

getColorization

Colorization getColorization(int index,
                             String zation)
Returns the colorization to be used for the specified named colorization class.

Parameters:
index - the index of the colorization being requested in the tileset's colorization list.