/home/oan/prosjekt/gotools/segmentation/gpl_distro/lsseg_1.0_gpl/include/colordefs.h File Reference

Header containing the definition of some frequently used colors, represented as 3-tuples of int, in the RGB format. More...

Go to the source code of this file.

Namespaces

namespace  lsseg

Variables

const int lsseg::RED [] = {255, 0, 0}
 3-tuple of int representing the color red in RGB format.
const int lsseg::BLUE [] = {0, 255,0}
 3-tuple of int representing the color blue in RGB format.
const int lsseg::GREEN [] = {0, 0, 255}
 3-tuple of int representing the color green in RGB format.
const int lsseg::YELLOW [] = {255,0, 255}
 3-tuple of int representing the color yellow in RGB format.
const int lsseg::CYAN [] = {0, 255, 255}
 3-tuple of int representing the color cyan in RGB format.
const int lsseg::MAGENTA [] = {255, 255, 0}
 3-tuple of int representing the color magenta in RGB format.
const int lsseg::WHITE [] = {255,255, 255}
 3-tuple of int representing the color white in RGB format.
const int lsseg::BLACK [] = {0, 0, 0}
 3-tuple of int representing the color black in RGB format.
const int lsseg::GREY [] = {200, 200, 200}
 3-tuple of int representing the color grey in RGB format.
const int lsseg::BROWN [] = {200, 100, 40}
 3-tuple of int representing the color brown in RGB format.


Detailed Description

Header containing the definition of some frequently used colors, represented as 3-tuples of int, in the RGB format.

Definition in file colordefs.h.


Generated on Tue Nov 28 18:35:47 2006 for lsseg by  doxygen 1.4.7