2#ifndef _aspose_drawing_system_colors_h_
3#define _aspose_drawing_system_colors_h_
5#include "drawing/color.h"
6#include "system/exceptions.h"
8namespace System {
namespace Drawing {
Represents a color. This type should be allocated on stack and passed to functions by value or by ref...
Definition: color.h:24
static Color FromArgb(int argb)
Constructs an instance of Color class that reprsents the specfied color.
Class that provide a set of precreated Color objects that represent colors of Windows display element...
Definition: system_colors.h:14
static Color get_InfoText()
Returns a Color object that represents the color of the text of a ToolTip.
Definition: system_colors.h:137
static Color get_HighlightText()
Returns a Color object that represents the color of the text of selected items.
Definition: system_colors.h:107
static Color get_ScrollBar()
Returns a Color object that represents the color of the background of a scroll bar.
Definition: system_colors.h:162
static Color get_WindowText()
Returns a Color object that represents the color of the text in the client area of a window.
Definition: system_colors.h:177
static Color get_ControlLight()
Returns a Color object that represents the color of the light of a 3-Dimensional element.
Definition: system_colors.h:67
static Color get_Menu()
Returns a Color object that represents the color of the background of a menu.
Definition: system_colors.h:142
static Color get_MenuText()
Returns a Color object that represents the color of text in a menu.
Definition: system_colors.h:157
static Color get_Info()
Returns a Color object that represents the color of the ToolTip's background.
Definition: system_colors.h:132
static Color get_WindowFrame()
Returns a Color object that represents the color of a window frame.
Definition: system_colors.h:172
static Color get_Control()
Returns a Color object that represents the color of the face of a 3-Dimensional element.
Definition: system_colors.h:52
static Color get_InactiveCaption()
Returns a Color object that represents the color of the background of an inactive window's title bar.
Definition: system_colors.h:122
static Color get_ActiveBorder()
Returns a Color object that represents the color of the active window's border.
Definition: system_colors.h:17
static Color get_MenuHighlight()
Returns a Color object that represents the color used to highlight menu items when the menu appears a...
Definition: system_colors.h:152
static Color get_ButtonFace()
Returns a Color object that represents the face color of a 3-Dimensional element.
Definition: system_colors.h:37
static Color get_GradientInactiveCaption()
Returns a Color object that represents the lightest color in the color gradient of the title bar of a...
Definition: system_colors.h:92
static Color get_Desktop()
Returns a Color object that represents the color of the desktop.
Definition: system_colors.h:82
static Color get_ControlDark()
Returns a Color object that represents the color of the shadow of a 3-Dimensional element.
Definition: system_colors.h:57
static Color get_InactiveCaptionText()
Returns a Color object that represents the color of the text in an inactive window's title bar.
Definition: system_colors.h:127
static Color get_ControlText()
Returns a Color object that represents the color of text in a 3-Dimensional element.
Definition: system_colors.h:77
static Color get_MenuBar()
Returns a Color object that represents the color of the menu bar's background.
Definition: system_colors.h:147
static Color get_Highlight()
Returns a Color object that represents the seleceted items' background color.
Definition: system_colors.h:102
static Color get_AppWorkspace()
Returns a Color object that represents the color of the application workspace.
Definition: system_colors.h:32
static Color get_ActiveCaption()
Returns a Color object that represents the color of the background of the active window's title bar.
Definition: system_colors.h:22
static Color get_InactiveBorder()
Returns a Color object that represents the color of the border of an inactive window.
Definition: system_colors.h:117
static Color get_ActiveCaptionText()
Returns a Color object that represents the color of the text in the title bar of the active window.
Definition: system_colors.h:27
static Color get_ControlDarkDark()
Returns a Color object that represents the color of the dark shadow of a 3-Dimensional element.
Definition: system_colors.h:62
static Color get_ButtonShadow()
Returns a Color object that represents the color of the shadow of a 3-Dimensional element.
Definition: system_colors.h:47
static Color get_GrayText()
Returns a Color object that represents the color of dimmed text.
Definition: system_colors.h:97
static Color get_ButtonHighlight()
Returns a Color object that represents the highlight color of a 3-Dimensional element.
Definition: system_colors.h:42
static Color get_ControlLightLight()
Returns a Color object that represents the color of the highlight of a 3-Dimensional element.
Definition: system_colors.h:72
static Color get_GradientActiveCaption()
Returns a Color object that represents the lightest color in the color gradient of the title bar of a...
Definition: system_colors.h:87
static Color get_HotTrack()
Returns a Color object that represents the color of a hot-tracked item.
Definition: system_colors.h:112
static Color get_Window()
Returns a Color object that represents the color of the background in the client area of a window.
Definition: system_colors.h:167
Definition: db_command.h:9