bsp
ColorDialog Class Reference

List of all members.

Public Member Functions

 ColorDialog (HWND owner, COLORREF defcolor, char *title=0)
bool Show ()

Static Public Member Functions

static UINT CALLBACK CCHookProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)

Public Attributes

CHOOSECOLOR cc
COLORREF result
char caption [256]

Static Public Attributes

static COLORREF custColors [16]

Member Data Documentation

COLORREF ColorDialog::custColors [static]
Initial value:
{
    RGB(0,0,0),           RGB(255,255,255), RGB(128, 128, 128), RGB(255,0,0),
    RGB(0,255,0),         RGB(0, 0, 255),   RGB(255,128,0),             RGB(128,255,0),
    RGB(128,0,255),       RGB(255,0,128),   RGB(0,255,128),             RGB(0, 128, 255),
    RGB(255,128,128), RGB(128,255,128), RGB(128,128,255),       RGB(255,255,255)
}

The documentation for this class was generated from the following files:
 All Classes Functions