omw  0.1.1
Variables
omw::colors::windows Namespace Reference

Native Windows colors. More...

Variables

constexpr int32_t activeBorder_argb = 0xFFB4B4B4
 
constexpr int32_t activeCaption_argb = 0xFF99B4D1
 
constexpr int32_t activeCaptionText_argb = 0xFF000000
 
constexpr int32_t appWorkspace_argb = 0xFFABABAB
 
constexpr int32_t buttonFace_argb = 0xFFF0F0F0
 
constexpr int32_t buttonHighlight_argb = 0xFFFFFFFF
 
constexpr int32_t buttonShadow_argb = 0xFFA0A0A0
 
constexpr int32_t control_argb = 0xFFF0F0F0
 
constexpr int32_t controlDark_argb = 0xFFA0A0A0
 
constexpr int32_t controlDarkDark_argb = 0xFF696969
 
constexpr int32_t controlLight_argb = 0xFFE3E3E3
 
constexpr int32_t controlLightLight_argb = 0xFFFFFFFF
 
constexpr int32_t controlText_argb = 0xFF000000
 
constexpr int32_t desktop_argb = 0xFF000000
 
constexpr int32_t gradientActiveCaption_argb = 0xFFB9D1EA
 
constexpr int32_t gradientInactiveCaption_argb = 0xFFD7E4F2
 
constexpr int32_t grayText_argb = 0xFF6D6D6D
 
constexpr int32_t highlight_argb = 0xFF0078D7
 
constexpr int32_t highlightText_argb = 0xFFFFFFFF
 
constexpr int32_t hotTrack_argb = 0xFF0066CC
 
constexpr int32_t inactiveBorder_argb = 0xFFF4F7FC
 
constexpr int32_t inactiveCaption_argb = 0xFFBFCDDB
 
constexpr int32_t inactiveCaptionText_argb = 0xFF000000
 
constexpr int32_t info_argb = 0xFFFFFFE1
 
constexpr int32_t infoText_argb = 0xFF000000
 
constexpr int32_t menu_argb = 0xFFF0F0F0
 
constexpr int32_t menuBar_argb = 0xFFF0F0F0
 
constexpr int32_t menuHighlight_argb = 0xFF0078D7
 
constexpr int32_t menuText_argb = 0xFF000000
 
constexpr int32_t scrollBar_argb = 0xFFC8C8C8
 
constexpr int32_t window_argb = 0xFFFFFFFF
 
constexpr int32_t windowFrame_argb = 0xFF646464
 
constexpr int32_t windowText_argb = 0xFF000000
 
const omw::Color activeBorder = omw::Color(activeBorder_argb)
 
const omw::Color activeCaption = omw::Color(activeCaption_argb)
 
const omw::Color activeCaptionText = omw::Color(activeCaptionText_argb)
 
const omw::Color appWorkspace = omw::Color(appWorkspace_argb)
 
const omw::Color buttonFace = omw::Color(buttonFace_argb)
 
const omw::Color buttonHighlight = omw::Color(buttonHighlight_argb)
 
const omw::Color buttonShadow = omw::Color(buttonShadow_argb)
 
const omw::Color control = omw::Color(control_argb)
 
const omw::Color controlDark = omw::Color(controlDark_argb)
 
const omw::Color controlDarkDark = omw::Color(controlDarkDark_argb)
 
const omw::Color controlLight = omw::Color(controlLight_argb)
 
const omw::Color controlLightLight = omw::Color(controlLightLight_argb)
 
const omw::Color controlText = omw::Color(controlText_argb)
 
const omw::Color desktop = omw::Color(desktop_argb)
 
const omw::Color gradientActiveCaption = omw::Color(gradientActiveCaption_argb)
 
const omw::Color gradientInactiveCaption = omw::Color(gradientInactiveCaption_argb)
 
const omw::Color grayText = omw::Color(grayText_argb)
 
const omw::Color highlight = omw::Color(highlight_argb)
 
const omw::Color highlightText = omw::Color(highlightText_argb)
 
const omw::Color hotTrack = omw::Color(hotTrack_argb)
 
const omw::Color inactiveBorder = omw::Color(inactiveBorder_argb)
 
const omw::Color inactiveCaption = omw::Color(inactiveCaption_argb)
 
const omw::Color inactiveCaptionText = omw::Color(inactiveCaptionText_argb)
 
const omw::Color info = omw::Color(info_argb)
 
const omw::Color infoText = omw::Color(infoText_argb)
 
const omw::Color menu = omw::Color(menu_argb)
 
const omw::Color menuBar = omw::Color(menuBar_argb)
 
const omw::Color menuHighlight = omw::Color(menuHighlight_argb)
 
const omw::Color menuText = omw::Color(menuText_argb)
 
const omw::Color scrollBar = omw::Color(scrollBar_argb)
 
const omw::Color window = omw::Color(window_argb)
 
const omw::Color windowFrame = omw::Color(windowFrame_argb)
 
const omw::Color windowText = omw::Color(windowText_argb)
 

Detailed Description

Native Windows colors.

Defined on all platforms.