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

Definition

Blue colors for all the hmtl blue colors. This class cannot be inherited.

Blue colors for all the hmtl blue colors. This class cannot be inherited.
Definition blue_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::blue_colors
Namespace
xtd::drawing
Library
xtd.drawing

Public Static Properties

static xtd::drawing::color blue () noexcept
 A system-defined color object.
 
static xtd::drawing::color cornflower_blue () noexcept
 A system-defined color object.
 
static xtd::drawing::color dark_blue () noexcept
 A system-defined color object.
 
static xtd::drawing::color deep_sky_blue () noexcept
 A system-defined color object.
 
static xtd::drawing::color dodger_blue () noexcept
 A system-defined color object.
 
static xtd::drawing::color light_blue () noexcept
 A system-defined color object.
 
static xtd::drawing::color light_sky_blue () noexcept
 A system-defined color object.
 
static xtd::drawing::color light_steel_blue () noexcept
 A system-defined color object.
 
static xtd::drawing::color medium_blue () noexcept
 A system-defined color object.
 
static xtd::drawing::color midnight_blue () noexcept
 A system-defined color object.
 
static xtd::drawing::color navy () noexcept
 A system-defined color object.
 
static xtd::drawing::color powder_blue () noexcept
 A system-defined color object.
 
static xtd::drawing::color royal_blue () noexcept
 A system-defined color object.
 
static xtd::drawing::color sky_blue () noexcept
 A system-defined color object.
 
static xtd::drawing::color steel_blue () 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
 

Member Function Documentation

◆ blue()

static xtd::drawing::color xtd::drawing::blue_colors::blue ( )
staticnoexcept

A system-defined color object.

◆ cornflower_blue()

static xtd::drawing::color xtd::drawing::blue_colors::cornflower_blue ( )
staticnoexcept

A system-defined color object.

◆ dark_blue()

static xtd::drawing::color xtd::drawing::blue_colors::dark_blue ( )
staticnoexcept

A system-defined color object.

◆ deep_sky_blue()

static xtd::drawing::color xtd::drawing::blue_colors::deep_sky_blue ( )
staticnoexcept

A system-defined color object.

◆ dodger_blue()

static xtd::drawing::color xtd::drawing::blue_colors::dodger_blue ( )
staticnoexcept

A system-defined color object.

◆ get_colors()

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

Gets an array of colors.

◆ light_blue()

static xtd::drawing::color xtd::drawing::blue_colors::light_blue ( )
staticnoexcept

A system-defined color object.

◆ light_sky_blue()

static xtd::drawing::color xtd::drawing::blue_colors::light_sky_blue ( )
staticnoexcept

A system-defined color object.

◆ light_steel_blue()

static xtd::drawing::color xtd::drawing::blue_colors::light_steel_blue ( )
staticnoexcept

A system-defined color object.

◆ medium_blue()

static xtd::drawing::color xtd::drawing::blue_colors::medium_blue ( )
staticnoexcept

A system-defined color object.

◆ midnight_blue()

static xtd::drawing::color xtd::drawing::blue_colors::midnight_blue ( )
staticnoexcept

A system-defined color object.

◆ navy()

static xtd::drawing::color xtd::drawing::blue_colors::navy ( )
staticnoexcept

A system-defined color object.

◆ powder_blue()

static xtd::drawing::color xtd::drawing::blue_colors::powder_blue ( )
staticnoexcept

A system-defined color object.

◆ royal_blue()

static xtd::drawing::color xtd::drawing::blue_colors::royal_blue ( )
staticnoexcept

A system-defined color object.

◆ sky_blue()

static xtd::drawing::color xtd::drawing::blue_colors::sky_blue ( )
staticnoexcept

A system-defined color object.

◆ steel_blue()

static xtd::drawing::color xtd::drawing::blue_colors::steel_blue ( )
staticnoexcept

A system-defined color object.


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