Package zombie.core.textures
Class ColorInfo
java.lang.Object
zombie.core.textures.ColorInfo
public class ColorInfo
extends java.lang.Object
- 
Field Summary
- 
Constructor Summary
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
apublic float a
- 
bpublic float b
- 
gpublic float g
- 
rpublic float r
 
- 
- 
Constructor Details- 
ColorInfopublic ColorInfo()
- 
ColorInfopublic ColorInfo(float R, float G, float B, float A)
 
- 
- 
Method Details- 
set
- 
getRpublic float getR()
- 
getGpublic float getG()
- 
getBpublic float getB()
- 
toColor
- 
getApublic float getA()
- 
desaturatepublic void desaturate(float s)
- 
interp
 
-