Asteroids
Class ProxyGLColor


public class ProxyGLColor


Field Summary
 floatb
           
 floatg
           
 floatr
           

Constructor Summary
ProxyGLColor(float red, float green, float blue)
           
ProxyGLColor()
           

Method Summary
 voidset(float red, float green, float blue)
           

Field Detail

b

public float b

g

public float g

r

public float r
Constructor Detail

ProxyGLColor

public ProxyGLColor(float red, float green, float blue)

ProxyGLColor

public ProxyGLColor()
Method Detail

set

public void set(float red, float green, float blue)