xtd 0.2.0
xtd::drawing::gray_colors Class Referencefinal

Definition

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

class drawing_export_ gray_colors final static_
Inheritance
xtd::static_objectxtd::drawing::gray_colors
Namespace
xtd::drawing
Library
xtd.drawing

Properties

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

Methods

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

Member Function Documentation

◆ black()

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

A system-defined color object.

colors_black.png

◆ dark_gray()

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

A system-defined color object.

colors_dark_gray.png

◆ dark_slate_gray()

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

A system-defined color object.

colors_dark_slate_gray.png

◆ dim_gray()

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

A system-defined color object.

colors_dim_gray.png

◆ gainsboro()

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

A system-defined color object.

colors_gainsboro.png

◆ 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.

colors_gray.png

◆ light_gray()

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

A system-defined color object.

colors_light_gray.png

◆ light_slate_gray()

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

A system-defined color object.

colors_light_slate_gray.png

◆ silver()

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

A system-defined color object.

colors_silver.png

◆ slate_gray()

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

A system-defined color object.

colors_slate_gray.png

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