xtd 0.2.0
xtd::drawing::pink_colors Class Referencefinal

Definition

Pink colors for all the hmtl pink colors. This class cannot be inherited.

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

Properties

static xtd::drawing::color deep_pink () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color hot_pink () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color light_pink () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color medium_violet_red () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color pale_violet_red () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color pink () 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

◆ deep_pink()

static xtd::drawing::color xtd::drawing::pink_colors::deep_pink ( )
staticnoexcept

A system-defined color object.

colors_deep_pink.png

◆ get_color_names()

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

Gets an array of color names.

◆ get_colors()

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

Gets an array of colors.

◆ hot_pink()

static xtd::drawing::color xtd::drawing::pink_colors::hot_pink ( )
staticnoexcept

A system-defined color object.

colors_hot_pink.png

◆ light_pink()

static xtd::drawing::color xtd::drawing::pink_colors::light_pink ( )
staticnoexcept

A system-defined color object.

colors_light_pink.png

◆ medium_violet_red()

static xtd::drawing::color xtd::drawing::pink_colors::medium_violet_red ( )
staticnoexcept

A system-defined color object.

colors_medium_violet_red.png

◆ pale_violet_red()

static xtd::drawing::color xtd::drawing::pink_colors::pale_violet_red ( )
staticnoexcept

A system-defined color object.

colors_pale_violet_red.png

◆ pink()

static xtd::drawing::color xtd::drawing::pink_colors::pink ( )
staticnoexcept

A system-defined color object.

colors_pink.png

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