Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

Colors Namespace Reference


Detailed Description

these are standard colors in case you don't want to specify your own RGB color


Functions

const Vec3D black (0.0f, 0.0f, 0.0f)
const Vec3D red (1.0f, 0.0f, 0.0f)
const Vec3D green (0.0f, 1.0f, 0.0f)
const Vec3D blue (0.0f, 0.0f, 1.0f)
const Vec3D cyan (0.0f, 1.0f, 1.0f)
const Vec3D magenta (1.0f, 0.0f, 1.0f)
const Vec3D yellow (1.0f, 1.0f, 0.0f)
const Vec3D white (1.0f, 1.0f, 1.0f)
const Vec3D gray (0.2f, 0.2f, 0.2f)


Function Documentation

const Vec3D black 0.    0f,
0.    0f,
0.    0f
 

const Vec3D blue 0.    0f,
0.    0f,
1.    0f
 

Referenced by Globals::ArtWork::ArtWork().

const Vec3D cyan 0.    0f,
1.    0f,
1.    0f
 

const Vec3D gray 0.    2f,
0.    2f,
0.    2f
 

const Vec3D green 0.    0f,
1.    0f,
0.    0f
 

Referenced by Globals::ArtWork::ArtWork().

const Vec3D magenta 1.    0f,
0.    0f,
1.    0f
 

const Vec3D red 1.    0f,
0.    0f,
0.    0f
 

Referenced by Globals::ArtWork::ArtWork().

const Vec3D white 1.    0f,
1.    0f,
1.    0f
 

const Vec3D yellow 1.    0f,
1.    0f,
0.    0f
 


Generated on Wed Apr 23 05:52:17 2003 for Modern Warfare by doxygen1.3-rc2