14#include "../forms_export.h"
161 return string_format;
Represents an ARGB (alpha, red, green, blue) color.
Definition color.h:39
static color dark(const color &color, double weight)
Returns a darker version of the specified color.
Definition color.h:610
static color average(const color &color1, const color &color2, double weight, bool average_alpha)
Returns the weighted average color between the two given colors.
Definition color.h:592
float get_brightness() const
Gets the hue-saturation-brightness (HSB) brightness value for this xtd::drawing::color structure.
static color light(const color &color, double weight)
Returns a lighter version of the specified color.
Definition color.h:620
Defines an object used to draw lines and curves. This class cannot be inherited.
Definition graphics.h:48
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.h:34
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition point.h:48
Stores a set of four integers that represent the location and size of a rectangle.
Definition rectangle.h:25
Contains xtd::drawing::color class.
Contains xtd::drawing::font class.
Contains xtd::drawing::graphics class.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:38
#define forms_export_
Define shared library export.
Definition forms_export.h:13
@ show
Display the hot-key prefix.
@ hide
Do not display the hot-key prefix.
@ far
Specifies that text is aligned far from the origin position of the layout rectangle....
@ near
Specifies the text be aligned near the layout. In a left-to-right layout, the near position is left....
@ center
Specifies that text is aligned in the center of the layout rectangle.
Contains xtd::drawing::image class.
Contains xtd::forms::image_layout enum class.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition system_report.h:17
Contains xtd::drawing::rectangle class.
Contains xtd::drawing::system_fonts factory.
Contains xtd::forms::text_format_flags enum class.