game.Colors Class Reference

Some default colors. More...

Collaboration diagram for game.Colors:

Collaboration graph
[legend]

List of all members.

Static Package Attributes

static final Color red = new Color(1.0f, 0.0f, 0.0f)
static final Color green = new Color(0.0f, 1.0f, 0.0f)
static final Color blue = new Color(0.0f, 0.0f, 1.0f)
static final Color yellow = new Color(1.0f, 1.0f, 0.0f)
static final Color orange = new Color(1.0f, 0.5f, 0.0f)
static final Color pink = new Color(1.0f, 0.0f, 1.0f)
static final Color cyan = new Color(0.0f, 1.0f, 1.0f)
static final Color black = new Color(0.0f, 0.0f, 0.0f)
static final Color white = new Color(1.0f, 1.0f, 1.0f)


Detailed Description

Some default colors.

Author:
Team Solid Sun

Member Data Documentation

final Color game.Colors.red = new Color(1.0f, 0.0f, 0.0f) [static, package]

final Color game.Colors.green = new Color(0.0f, 1.0f, 0.0f) [static, package]

final Color game.Colors.blue = new Color(0.0f, 0.0f, 1.0f) [static, package]

final Color game.Colors.yellow = new Color(1.0f, 1.0f, 0.0f) [static, package]

final Color game.Colors.orange = new Color(1.0f, 0.5f, 0.0f) [static, package]

final Color game.Colors.pink = new Color(1.0f, 0.0f, 1.0f) [static, package]

final Color game.Colors.cyan = new Color(0.0f, 1.0f, 1.0f) [static, package]

final Color game.Colors.black = new Color(0.0f, 0.0f, 0.0f) [static, package]

final Color game.Colors.white = new Color(1.0f, 1.0f, 1.0f) [static, package]


The documentation for this class was generated from the following file:

Generated on Mon Jul 28 19:03:05 2008 for SolidJavaTetris by  doxygen 1.5.5