Predefined Color Constants


Detailed Description

These are hexadecimal constants representing common and some uncommon colors.


Variables

const int Color::RED = 0xFF0000
 FF0000
const int Color::ORANGE = 0xFFA500
 FFA500
const int Color::YELLOW = 0xFFFF00
 FFFF00
const int Color::GREEN = 0x00FF00
 00FF00
const int Color::BLUE = 0x0000FF
 0000FF
const int Color::VIOLET = 0xEE82EE
 EE82EE
const int Color::WHITE = 0xFFFFFF
 FFFFFF
const int Color::BROWN = 0xA5252A
 A5252A
const int Color::BLACK = 0x000000
 000000
const int Color::GREY = 0xBEBEBE
 BEBEBE
const int Color::GRAY = 0xBEBEBE
 BEBEBE
const int Color::PINK = 0xFFC0CB
 FFC0CB
const int Color::CYAN = 0x00FFFF
 00FFFF
const int Color::OLIVE = 0x6B8E23
 6BBE23
const int Color::KHAKI = 0xBDB76B
 BDB76B
const int Color::SKY_BLUE = 0x87CEEB
 87CEEB
const int Color::TURQUOISE = 0x40E0D0
 40E0D0
const int Color::CHARTREUSE = 0x7FFF00
 7FFF00
const int Color::MAGENTA = 0xFF00FF
 FF00FF
const int Color::MAROON = 0xB03060
 B03060
const int Color::BURNT_ORANGE = 0xCD5500
 CD5500
const int Color::CARDINAL = 0x9C0001
 9C0001
const int Color::NAVY = 0x000080
 000080
const int Color::FOREST_GREEN = 0x228B22
 228B22
const int Color::DARK_PURPLE = 0x800080
 800080


Variable Documentation

const int BLACK = 0x000000 [static, inherited]
 

000000

Definition at line 71 of file Color.hpp.

const int BLUE = 0x0000FF [static, inherited]
 

0000FF

Definition at line 63 of file Color.hpp.

const int BROWN = 0xA5252A [static, inherited]
 

A5252A

Definition at line 69 of file Color.hpp.

const int BURNT_ORANGE = 0xCD5500 [static, inherited]
 

CD5500

Definition at line 95 of file Color.hpp.

const int CARDINAL = 0x9C0001 [static, inherited]
 

9C0001

Definition at line 97 of file Color.hpp.

const int CHARTREUSE = 0x7FFF00 [static, inherited]
 

7FFF00

Definition at line 89 of file Color.hpp.

const int CYAN = 0x00FFFF [static, inherited]
 

00FFFF

Definition at line 79 of file Color.hpp.

const int DARK_PURPLE = 0x800080 [static, inherited]
 

800080

Definition at line 103 of file Color.hpp.

const int FOREST_GREEN = 0x228B22 [static, inherited]
 

228B22

Definition at line 101 of file Color.hpp.

const int GRAY = 0xBEBEBE [static, inherited]
 

BEBEBE

Definition at line 75 of file Color.hpp.

const int GREEN = 0x00FF00 [static, inherited]
 

00FF00

Definition at line 61 of file Color.hpp.

const int GREY = 0xBEBEBE [static, inherited]
 

BEBEBE

Definition at line 73 of file Color.hpp.

const int KHAKI = 0xBDB76B [static, inherited]
 

BDB76B

Definition at line 83 of file Color.hpp.

const int MAGENTA = 0xFF00FF [static, inherited]
 

FF00FF

Definition at line 91 of file Color.hpp.

const int MAROON = 0xB03060 [static, inherited]
 

B03060

Definition at line 93 of file Color.hpp.

const int NAVY = 0x000080 [static, inherited]
 

000080

Definition at line 99 of file Color.hpp.

const int OLIVE = 0x6B8E23 [static, inherited]
 

6BBE23

Definition at line 81 of file Color.hpp.

const int ORANGE = 0xFFA500 [static, inherited]
 

FFA500

Definition at line 57 of file Color.hpp.

const int PINK = 0xFFC0CB [static, inherited]
 

FFC0CB

Definition at line 77 of file Color.hpp.

const int RED = 0xFF0000 [static, inherited]
 

FF0000

Definition at line 55 of file Color.hpp.

const int SKY_BLUE = 0x87CEEB [static, inherited]
 

87CEEB

Definition at line 85 of file Color.hpp.

const int TURQUOISE = 0x40E0D0 [static, inherited]
 

40E0D0

Definition at line 87 of file Color.hpp.

const int VIOLET = 0xEE82EE [static, inherited]
 

EE82EE

Definition at line 65 of file Color.hpp.

const int WHITE = 0xFFFFFF [static, inherited]
 

FFFFFF

Definition at line 67 of file Color.hpp.

const int YELLOW = 0xFFFF00 [static, inherited]
 

FFFF00

Definition at line 59 of file Color.hpp.


Generated on Wed Feb 8 03:31:25 2012 for GPS ToolKit Software Library by  doxygen 1.3.9.1