visual
Class Palette

java.lang.Object
  extended by visual.Palette

public class Palette
extends java.lang.Object

Created by IntelliJ IDEA. User: andy Date: Apr 5, 2010 Holds all Color related Constants.


Field Summary
static javax.vecmath.Color3f black
           
static javax.vecmath.Color3f blue
           
static javax.vecmath.Color3f bright_purple
           
static javax.vecmath.Color3f cyan
           
static javax.vecmath.Color3f dark_blue_grey
           
static javax.vecmath.Color3f darkblue
           
static javax.vecmath.Color3f darkgreen
           
static javax.vecmath.Color3f darkgrey
           
static javax.vecmath.Color3f darkred
           
static javax.vecmath.Color3f green
           
static javax.vecmath.Color3f grey
           
static javax.vecmath.Color3f light_blue
           
static javax.vecmath.Color3f light_blue_purple
           
static javax.vecmath.Color3f lightred
           
static javax.vecmath.Color3f magenta
           
static javax.vecmath.Color3f medium_grey
           
static javax.vecmath.Color3f purple
           
static javax.vecmath.Color3f r1
           
static javax.vecmath.Color3f r10
           
static javax.vecmath.Color3f r11
           
static javax.vecmath.Color3f r2
           
static javax.vecmath.Color3f r3
           
static javax.vecmath.Color3f r4
           
static javax.vecmath.Color3f r5
           
static javax.vecmath.Color3f r6
           
static javax.vecmath.Color3f r7
           
static javax.vecmath.Color3f r8
           
static javax.vecmath.Color3f r9
           
static javax.vecmath.Color3f red
           
static javax.vecmath.Color3f red2
           
static javax.vecmath.Color3f white
           
static javax.vecmath.Color3f whitegray
           
static javax.vecmath.Color3f yellow
           
 
Constructor Summary
Palette()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

black

public static final javax.vecmath.Color3f black

blue

public static final javax.vecmath.Color3f blue

bright_purple

public static javax.vecmath.Color3f bright_purple

cyan

public static final javax.vecmath.Color3f cyan

dark_blue_grey

public static final javax.vecmath.Color3f dark_blue_grey

darkblue

public static final javax.vecmath.Color3f darkblue

darkgreen

public static final javax.vecmath.Color3f darkgreen

darkgrey

public static final javax.vecmath.Color3f darkgrey

darkred

public static final javax.vecmath.Color3f darkred

green

public static final javax.vecmath.Color3f green

grey

public static final javax.vecmath.Color3f grey

light_blue

public static final javax.vecmath.Color3f light_blue

light_blue_purple

public static final javax.vecmath.Color3f light_blue_purple

lightred

public static final javax.vecmath.Color3f lightred

magenta

public static final javax.vecmath.Color3f magenta

medium_grey

public static final javax.vecmath.Color3f medium_grey

purple

public static final javax.vecmath.Color3f purple

r1

public static final javax.vecmath.Color3f r1

r10

public static final javax.vecmath.Color3f r10

r11

public static final javax.vecmath.Color3f r11

r2

public static final javax.vecmath.Color3f r2

r3

public static final javax.vecmath.Color3f r3

r4

public static final javax.vecmath.Color3f r4

r5

public static final javax.vecmath.Color3f r5

r6

public static final javax.vecmath.Color3f r6

r7

public static final javax.vecmath.Color3f r7

r8

public static final javax.vecmath.Color3f r8

r9

public static final javax.vecmath.Color3f r9

red

public static final javax.vecmath.Color3f red

red2

public static final javax.vecmath.Color3f red2

white

public static final javax.vecmath.Color3f white

whitegray

public static final javax.vecmath.Color3f whitegray

yellow

public static final javax.vecmath.Color3f yellow
Constructor Detail

Palette

public Palette()