winstl/window/colour_constants.h File Reference


Detailed Description

[C, C++] Colour constants (Windows Window Library).

#include <winstl/winstl.h>

Go to the source code of this file.

Namespaces

namespace  winstl

Variables

const COLORREF white = RGB(255, 255, 255)
const COLORREF black = RGB( 0, 0, 0)
const COLORREF darkBlue = RGB( 0, 0, 128)
const COLORREF darkGreen = RGB( 0, 128, 0)
const COLORREF blueGreen = RGB( 0, 128, 128)
const COLORREF brown = RGB(128, 0, 0)
const COLORREF olive = RGB(128, 128, 0)
const COLORREF purple = RGB(128, 0, 128)
const COLORREF darkGrey = RGB(128, 128, 128)
const COLORREF lightGrey = RGB(192, 192, 192)
const COLORREF blue = RGB( 0, 0, 255)
const COLORREF green = RGB( 0, 255, 0)
const COLORREF cyan = RGB( 0, 255, 255)
const COLORREF red = RGB(255, 0, 0)
const COLORREF yellow = RGB(255, 255, 0)
const COLORREF magenta = RGB(255, 0, 255)
const COLORREF darkblue = RGB( 0, 0, 128)
const COLORREF darkgreen = RGB( 0, 128, 0)
const COLORREF bluegreen = RGB( 0, 128, 128)
const COLORREF darkgrey = RGB(128, 128, 128)
const COLORREF lightgrey = RGB(192, 192, 192)


Generated on Thu Jun 10 08:58:16 2010 for STLSoft by  doxygen 1.5.6