xtd 0.2.0
Loading...
Searching...
No Matches
xtd::drawing::gray_colors Class Referencefinal
Inheritance diagram for xtd::drawing::gray_colors:
xtd::static_object

Definition

Gray and black colors for all the hmtl gray and black colors. This class cannot be inherited.

Gray and black colors for all the hmtl gray and black colors. This class cannot be inherited.
Definition gray_colors.h:25
#define drawing_export_
Define shared library export.
Definition drawing_export.h:13
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
Inheritance
xtd::static_objectxtd::drawing::gray_colors
Namespace
xtd::drawing
Library
xtd.drawing

Public Static Properties

static xtd::drawing::color black () noexcept
 A system-defined color object.
 
static xtd::drawing::color dark_gray () noexcept
 A system-defined color object.
 
static xtd::drawing::color dark_slate_gray () noexcept
 A system-defined color object.
 
static xtd::drawing::color dim_gray () noexcept
 A system-defined color object.
 
static xtd::drawing::color gainsboro () noexcept
 A system-defined color object.
 
static xtd::drawing::color gray () noexcept
 A system-defined color object.
 
static xtd::drawing::color light_gray () noexcept
 A system-defined color object.
 
static xtd::drawing::color light_slate_gray () noexcept
 A system-defined color object.
 
static xtd::drawing::color silver () noexcept
 A system-defined color object.
 
static xtd::drawing::color slate_gray () noexcept
 A system-defined color object.
 

Public Static Methods

static const std::vector< xtd::drawing::color > & get_colors () noexcept
 Gets an array of colors.
 
static const std::vector< xtd::ustring > & get_color_names () noexcept
 Gets an array of color names.
 

Member Function Documentation

◆ black()

static xtd::drawing::color xtd::drawing::gray_colors::black ( )
staticnoexcept

A system-defined color object.

◆ dark_gray()

static xtd::drawing::color xtd::drawing::gray_colors::dark_gray ( )
staticnoexcept

A system-defined color object.

◆ dark_slate_gray()

static xtd::drawing::color xtd::drawing::gray_colors::dark_slate_gray ( )
staticnoexcept

A system-defined color object.

◆ dim_gray()

static xtd::drawing::color xtd::drawing::gray_colors::dim_gray ( )
staticnoexcept

A system-defined color object.

◆ gainsboro()

static xtd::drawing::color xtd::drawing::gray_colors::gainsboro ( )
staticnoexcept

A system-defined color object.

◆ get_color_names()

static const std::vector< xtd::ustring > & xtd::drawing::gray_colors::get_color_names ( )
staticnoexcept

Gets an array of color names.

◆ get_colors()

static const std::vector< xtd::drawing::color > & xtd::drawing::gray_colors::get_colors ( )
staticnoexcept

Gets an array of colors.

◆ gray()

static xtd::drawing::color xtd::drawing::gray_colors::gray ( )
staticnoexcept

A system-defined color object.

◆ light_gray()

static xtd::drawing::color xtd::drawing::gray_colors::light_gray ( )
staticnoexcept

A system-defined color object.

◆ light_slate_gray()

static xtd::drawing::color xtd::drawing::gray_colors::light_slate_gray ( )
staticnoexcept

A system-defined color object.

◆ silver()

static xtd::drawing::color xtd::drawing::gray_colors::silver ( )
staticnoexcept

A system-defined color object.

◆ slate_gray()

static xtd::drawing::color xtd::drawing::gray_colors::slate_gray ( )
staticnoexcept

A system-defined color object.


The documentation for this class was generated from the following file: