public class Color3f
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Color3f |
BLACK |
static Color3f |
BLUE |
static Color3f |
GREEN |
static Color3f |
RED |
static Color3f |
WHITE |
float |
x |
float |
y |
float |
z |
| Constructor and Description |
|---|
Color3f() |
Color3f(float r,
float g,
float b) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(Color3f argColor) |
void |
set(float r,
float g,
float b) |
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
public void set(float r,
float g,
float b)
public void set(Color3f argColor)
Copyright © 2017. All Rights Reserved.