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

Definition

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

Cyan colors for all the hmtl cyan colors. This class cannot be inherited.
Definition cyan_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::cyan_colors
Namespace
xtd::drawing
Library
xtd.drawing

Public Static Properties

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

◆ aqua()

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

A system-defined color object.

◆ aquamarine()

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

A system-defined color object.

◆ cadet_blue()

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

A system-defined color object.

◆ cyan()

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

A system-defined color object.

◆ dark_cyan()

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

A system-defined color object.

◆ dark_turquoise()

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

A system-defined color object.

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

◆ light_sea_green()

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

A system-defined color object.

◆ medium_turquoise()

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

A system-defined color object.

◆ pale_turquoise()

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

A system-defined color object.

◆ teal()

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

A system-defined color object.

◆ turquoise()

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

A system-defined color object.


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