latest version v1.9 - last update 10 Apr 2010 |
This file contains some more symbolic color definitions, like orange, Pink, etc. More...
#include "ltiRGBPixel.h"
#include "ltiMath.h"
Go to the source code of this file.
Classes | |
class | lti::rgbColor |
An alias for the rgbPixel type. More... | |
Namespaces | |
namespace | lti |
Functions | |
Color Constants. | |
These color constants are defined in the file ltiColors.h. The six primary and secondary colors are defined in ltiTypes.h (which is also included in ltiColors.h!) Note that the color names are all own creations, they are not correlated to any official naming standards at all. | |
static const rgbColor | lti::DarkRed (127, 0, 0) |
static const rgbColor | lti::DarkGreen (0, 127, 0) |
static const rgbColor | lti::DarkBlue (0, 0, 127) |
static const rgbColor | lti::DarkYellow (127, 127, 0) |
static const rgbColor | lti::DarkCyan (0, 127, 127) |
static const rgbColor | lti::DarkMagenta (127, 0, 127) |
static const rgbColor | lti::BrightGreen (0, 255, 127) |
static const rgbColor | lti::BrightBlue (0, 127, 255) |
static const rgbColor | lti::BrightRed (255, 127, 64) |
static const rgbColor | lti::BrightMagenta (255, 127, 255) |
static const rgbColor | lti::BrightYellow (255, 255, 127) |
static const rgbColor | lti::BrightCyan (127, 255, 255) |
static const rgbColor | lti::DarkOrange (192, 64, 0) |
static const rgbColor | lti::Fusia (255, 0, 127) |
static const rgbColor | lti::Pink (255, 127, 127) |
static const rgbColor | lti::LawnGreen (127, 255, 0) |
static const rgbColor | lti::Lemon (127, 255, 127) |
static const rgbColor | lti::LightBlue (0, 127, 255) |
static const rgbColor | lti::DarkViolet (127, 0, 255) |
static const rgbColor | lti::Violet (127, 127, 255) |
rgbColor | lti::scale (const rgbColor &src, double f) |
rgbColor | lti::darker (const rgbColor &src, double f=0.5) |
rgbColor | lti::brighter (const rgbColor &src, double f=0.5) |
rgbColor | lti::grey (int t) |
rgbColor | lti::gray (int t) |
rgbColor | lti::grey (double t) |
rgbColor | lti::gray (double t) |
static const rgbColor | lti::Grey100 (255, 255, 255) |
static const rgbColor | lti::Grey75 (191, 191, 191) |
static const rgbColor | lti::Grey50 (127, 127, 127) |
static const rgbColor | lti::Grey25 (63, 63, 63) |
static const rgbColor | lti::Grey0 (0, 0, 0) |
This file contains some more symbolic color definitions, like orange, Pink, etc.