zombie.core.textures
Class ColorInfo

java.lang.Object
  extended by zombie.core.textures.ColorInfo

public class ColorInfo
extends java.lang.Object

Author:
LEMMY

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

a

public float a

b

public float b

g

public float g

r

public float r
Constructor Detail

ColorInfo

public ColorInfo()

ColorInfo

public ColorInfo(float R,
                 float G,
                 float B,
                 float A)
Method Detail

getR

public float getR()

getG

public float getG()

getB

public float getB()

toColor

public Color toColor()

desaturate

public void desaturate(float s)