|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectzombie.core.textures.ColorInfo
public class ColorInfo
Field Summary | |
---|---|
float |
a
|
float |
b
|
float |
g
|
float |
r
|
Constructor Summary | |
---|---|
ColorInfo()
|
|
ColorInfo(float R,
float G,
float B,
float A)
|
Method Summary | |
---|---|
void |
desaturate(float s)
|
float |
getB()
|
float |
getG()
|
float |
getR()
|
Color |
toColor()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float a
public float b
public float g
public float r
Constructor Detail |
---|
public ColorInfo()
public ColorInfo(float R, float G, float B, float A)
Method Detail |
---|
public float getR()
public float getG()
public float getB()
public Color toColor()
public void desaturate(float s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |