ReactOS 0.4.16-dev-226-g79f2289
|
Go to the source code of this file.
Macros | |
#define | MAKE_PALETTERGB(colref) (0x02000000 | colref) |
Functions | |
COLORREF | ColorScaleRGB (const COLORREF Col1, const COLORREF Col2, const double Ratio) |
COLORREF | ColorScaleHSL (const COLORREF Col1, const COLORREF Col2, const double Ratio) |
COLORREF | ColorDarker (COLORREF col, double ratio) |
COLORREF | ColorLighter (COLORREF col, double ratio) |
COLORREF | ScaleLumRGB (COLORREF col1, double ratio) |
#define MAKE_PALETTERGB | ( | colref | ) | (0x02000000 | colref) |
Definition at line 17 of file cardcolor.h.
Definition at line 188 of file cardcolor.cpp.
Definition at line 193 of file cardcolor.cpp.
Definition at line 131 of file cardcolor.cpp.
Referenced by ColorDarker(), and ColorLighter().
Definition at line 154 of file cardcolor.cpp.
Referenced by CardButton::GetFace(), CardButton::GetHighlight(), CardButton::GetShadow(), GetSinkCols(), and CardWindow::SetBackColor().