xtd 0.2.0
xtd::drawing::cyan_colors Class Referencefinal

Definition

Cyan colors for all the hmtl cyan colors. This class cannot be inherited.

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

Properties

static xtd::drawing::color aqua () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color aquamarine () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color cadet_blue () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color cyan () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color dark_cyan () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color dark_turquoise () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color light_cyan () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color light_sea_green () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color medium_turquoise () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color pale_turquoise () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color teal () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color turquoise () 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

◆ aqua()

static xtd::drawing::color xtd::drawing::cyan_colors::aqua ( )
staticnoexcept

A system-defined color object.

colors_aqua.png

◆ aquamarine()

static xtd::drawing::color xtd::drawing::cyan_colors::aquamarine ( )
staticnoexcept

A system-defined color object.

colors_aquamarine.png

◆ cadet_blue()

static xtd::drawing::color xtd::drawing::cyan_colors::cadet_blue ( )
staticnoexcept

A system-defined color object.

colors_cadet_blue.png

◆ cyan()

static xtd::drawing::color xtd::drawing::cyan_colors::cyan ( )
staticnoexcept

A system-defined color object.

colors_cyan.png

◆ dark_cyan()

static xtd::drawing::color xtd::drawing::cyan_colors::dark_cyan ( )
staticnoexcept

A system-defined color object.

colors_dark_cyan.png

◆ dark_turquoise()

static xtd::drawing::color xtd::drawing::cyan_colors::dark_turquoise ( )
staticnoexcept

A system-defined color object.

colors_dark_turquoise.png

◆ get_color_names()

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

Gets an array of color names.

◆ get_colors()

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

Gets an array of colors.

◆ light_cyan()

static xtd::drawing::color xtd::drawing::cyan_colors::light_cyan ( )
staticnoexcept

A system-defined color object.

colors_light_cyan.png

◆ light_sea_green()

static xtd::drawing::color xtd::drawing::cyan_colors::light_sea_green ( )
staticnoexcept

A system-defined color object.

colors_light_sea_green.png

◆ medium_turquoise()

static xtd::drawing::color xtd::drawing::cyan_colors::medium_turquoise ( )
staticnoexcept

A system-defined color object.

colors_medium_turquoise.png

◆ pale_turquoise()

static xtd::drawing::color xtd::drawing::cyan_colors::pale_turquoise ( )
staticnoexcept

A system-defined color object.

colors_pale_turquoise.png

◆ teal()

static xtd::drawing::color xtd::drawing::cyan_colors::teal ( )
staticnoexcept

A system-defined color object.

colors_teal.png

◆ turquoise()

static xtd::drawing::color xtd::drawing::cyan_colors::turquoise ( )
staticnoexcept

A system-defined color object.

colors_turquoise.png

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