Humble Framework for SkyOS


Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

HColor.h File Reference


Detailed Description

The HColor.h header file contains the interface and implementation of the HColor class.

Definition in file HColor.h.

Go to the source code of this file.

Namespaces

namespace  Humble

Variables

const COLOR kClrDebug = MAKE_COLOR(255,0,255)
 A garish shade of Magenta used to help debug drawing operations.
const COLOR kClrWindowDark = MAKE_COLOR(85,85,85)
 Standard color for GUI shadows, copied from SDK sample code.
const COLOR kClrWindowFrame = MAKE_COLOR(170,170,170)
 Standard color for GUI window frames, copied from SDK sample code.
const COLOR kClrWindowLight = MAKE_COLOR(210,210,210)
 Standard color for GUI highlights, copied from SDK sample code.
const COLOR kClrWindowBack = MAKE_COLOR(204,204,204)
 Standard color for GUI backgrounds.
const float NO_TINT = 1.0F
const float LIGHTEN_1 = 0.590F
const float LIGHTEN_2 = 0.385F
const float LIGHTEN_MAX = 0.0F
const float DARKEN_1 = 1.147F
const float DARKEN_2 = 1.295F
const float DARKEN_3 = 1.407F
const float DARKEN_4 = 1.555F
const float DARKEN_MAX = 2.0F