public static class Filters.GrayscaleFilter extends Object implements squidpony.IFilter<com.badlogic.gdx.graphics.Color>
Constructor and Description |
---|
GrayscaleFilter() |
Modifier and Type | Method and Description |
---|---|
com.badlogic.gdx.graphics.Color |
alter(float r,
float g,
float b,
float a) |
public GrayscaleFilter()
public com.badlogic.gdx.graphics.Color alter(float r, float g, float b, float a)
alter
in interface squidpony.IFilter<com.badlogic.gdx.graphics.Color>
Copyright © 2012–2016. All rights reserved.