CVR-Lib last update 20 Sep 2009

cvrColors.h File Reference

This file contains some more symbolic color definitions, like orange, pink, red, green, blue, etc. More...

#include "cvrRGBAPixel.h"
#include "cvrMath.h"

Include dependency graph for cvrColors.h:

Go to the source code of this file.

Namespaces

namespace  cvr

Functions

Color Constants.
These color constants are defined in the file cvrColors.h.

Note that the color names are all own creations, they are not correlated to any official naming standards at all.

static const rgbaPixel cvr::Black (0, 0, 0)
static const rgbaPixel cvr::Red (255, 0, 0)
static const rgbaPixel cvr::Green (0, 255, 0)
static const rgbaPixel cvr::Blue (0, 0, 255)
static const rgbaPixel cvr::Yellow (255, 255, 0)
static const rgbaPixel cvr::Magenta (255, 0, 255)
static const rgbaPixel cvr::Cyan (0, 255, 255)
static const rgbaPixel cvr::White (255, 255, 255)
static const rgbaPixel cvr::DarkRed (127, 0, 0)
static const rgbaPixel cvr::DarkGreen (0, 127, 0)
static const rgbaPixel cvr::DarkBlue (0, 0, 127)
static const rgbaPixel cvr::DarkYellow (127, 127, 0)
static const rgbaPixel cvr::DarkCyan (0, 127, 127)
static const rgbaPixel cvr::DarkMagenta (127, 0, 127)
static const rgbaPixel cvr::BrightGreen (0, 255, 127)
static const rgbaPixel cvr::BrightBlue (0, 127, 255)
static const rgbaPixel cvr::BrightRed (255, 127, 64)
static const rgbaPixel cvr::BrightMagenta (255, 127, 255)
static const rgbaPixel cvr::BrightYellow (255, 255, 127)
static const rgbaPixel cvr::BrightCyan (127, 255, 255)
static const rgbaPixel cvr::DarkOrange (192, 64, 0)
static const rgbaPixel cvr::Fusia (255, 0, 127)
static const rgbaPixel cvr::Pink (255, 127, 127)
static const rgbaPixel cvr::LawnGreen (127, 255, 0)
static const rgbaPixel cvr::Lemon (127, 255, 127)
static const rgbaPixel cvr::LightBlue (0, 127, 255)
static const rgbaPixel cvr::DarkViolet (127, 0, 255)
static const rgbaPixel cvr::Violet (127, 127, 255)
rgbaPixel cvr::scale (const rgbaPixel &src, double f)
rgbaPixel cvr::darker (const rgbaPixel &src, double f=0.5)
rgbaPixel cvr::brighter (const rgbaPixel &src, double f=0.5)
rgbaPixel cvr::grey (int t)
rgbaPixel cvr::gray (int t)
rgbaPixel cvr::grey (double t)
rgbaPixel cvr::gray (double t)
static const rgbaPixel cvr::Grey100 (255, 255, 255)
static const rgbaPixel cvr::Grey75 (191, 191, 191)
static const rgbaPixel cvr::Grey50 (127, 127, 127)
static const rgbaPixel cvr::Grey25 (63, 63, 63)
static const rgbaPixel cvr::Grey0 (0, 0, 0)


Detailed Description

This file contains some more symbolic color definitions, like orange, pink, red, green, blue, etc.

Author:
Jochen Wickel
Date:
12.11.01
Id
cvrColors.h,v 1.5 2007/04/16 16:36:30 alvarado Exp

Generated on Sun Sep 20 22:08:03 2009 for CVR-Lib by Doxygen 1.5.8