public class Color extends com.artemis.Component
float
a
b
g
r
Color()
Color(Color color)
Color(float r, float g, float b, float a)
void
set(Color color)
set(float r, float g, float b, float a)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public float r
public float g
public float b
public float a
public Color()
public Color(Color color)
public Color(float r, float g, float b, float a)
public void set(float r, float g, float b, float a)
public void set(Color color)
Copyright © 2014. All Rights Reserved.