es.ucm.look.ar.ar3D.core
Class Color4
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rgba
public float[] rgba
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)
brighter
public Color4 brighter()
darker
public Color4 darker()