public class Color3f
- Object
- Color3f
Similar to javax.vecmath.Color3f holder
Fields
Constructors
public Color3f() | |
public Color3f(float r, float g, float b) |
Methods
public void set(float r, float g, float b) | |
public void set(Color3f argColor) |
Inherited methods
Field details
WHITE
public static final Color3f WHITEBLACK
public static final Color3f BLACKBLUE
public static final Color3f BLUEGREEN
public static final Color3f GREENRED
public static final Color3f REDx
public float xy
public float yz
public float zConstructor details
Color3f
public Color3f()Color3f
public Color3f(float r, float g, float b)Method details
set
public void set(float r, float g, float b)set
public void set(Color3f argColor)