public class Color3f

  1. Object
  2. Color3f
Similar to javax.vecmath.Color3f holder

Fields

public static final Color3f WHITE
public static final Color3f BLACK
public static final Color3f BLUE
public static final Color3f GREEN
public static final Color3f RED
public float x
public float y
public float z

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 WHITE

BLACK

public static final Color3f BLACK

BLUE

public static final Color3f BLUE

GREEN

public static final Color3f GREEN

RED

public static final Color3f RED

x

public float x

y

public float y

z

public float z

Constructor 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)