javax.robotics.j3d
Interface ColorConstants


public interface ColorConstants

Java3D utility class

Version:
10/10/2005
Author:
carmine lia

Field Summary
static javax.vecmath.Color3f BLACK
           
static javax.vecmath.Color3f BLUE
           
static javax.vecmath.Color3f CYAN
           
static javax.vecmath.Color3f DBLUE
           
static javax.vecmath.Color3f DYELLOW
           
static javax.vecmath.Color3f GREEN
           
static javax.vecmath.Color3f MAGENTA
           
static javax.vecmath.Color3f RED
           
static javax.vecmath.Color3f WHITE
           
static javax.vecmath.Color3f YELLOW
           
 

Field Detail

RED

static final javax.vecmath.Color3f RED

GREEN

static final javax.vecmath.Color3f GREEN

BLUE

static final javax.vecmath.Color3f BLUE

DBLUE

static final javax.vecmath.Color3f DBLUE

YELLOW

static final javax.vecmath.Color3f YELLOW

DYELLOW

static final javax.vecmath.Color3f DYELLOW

CYAN

static final javax.vecmath.Color3f CYAN

MAGENTA

static final javax.vecmath.Color3f MAGENTA

WHITE

static final javax.vecmath.Color3f WHITE

BLACK

static final javax.vecmath.Color3f BLACK