es.ucm.look.ar.ar3D.core
Class Color4

java.lang.Object
  extended by es.ucm.look.ar.ar3D.core.Color4

public class Color4
extends java.lang.Object


Field Summary
 float[] rgba
           
 
Constructor Summary
Color4(float[] rgba)
           
Color4(float r, float g, float b)
           
Color4(float r, float g, float b, float a)
           
 
Method Summary
 Color4 brighter()
           
 Color4 darker()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rgba

public float[] rgba
Constructor Detail

Color4

public Color4(float[] rgba)
       throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

Color4

public Color4(float r,
              float g,
              float b)

Color4

public Color4(float r,
              float g,
              float b,
              float a)
Method Detail

brighter

public Color4 brighter()

darker

public Color4 darker()