Class Filters.IdentityFilter

java.lang.Object
squidpony.squidgrid.gui.gdx.Filters.IdentityFilter
All Implemented Interfaces:
IFilter<com.badlogic.gdx.graphics.Color>
Enclosing class:
Filters

public static class Filters.IdentityFilter
extends Object
implements IFilter<com.badlogic.gdx.graphics.Color>
An IFilter that does nothing to the colors it is given but pass them along unchanged.