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

Definition

Red colors for all the hmtl red colors. This class cannot be inherited.

Red colors for all the hmtl red colors. This class cannot be inherited.
Definition red_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::red_colors
Namespace
xtd::drawing
Library
xtd.drawing

Public Static Properties

static xtd::drawing::color crimson () noexcept
 A system-defined color object.
 
static xtd::drawing::color dark_red () noexcept
 A system-defined color object.
 
static xtd::drawing::color dark_salmon () noexcept
 A system-defined color object.
 
static xtd::drawing::color firebrick () noexcept
 A system-defined color object.
 
static xtd::drawing::color indian_red () noexcept
 A system-defined color object.
 
static xtd::drawing::color light_coral () noexcept
 A system-defined color object.
 
static xtd::drawing::color light_salmon () noexcept
 A system-defined color object.
 
static xtd::drawing::color red () noexcept
 A system-defined color object.
 
static xtd::drawing::color salmon () 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

◆ crimson()

static xtd::drawing::color xtd::drawing::red_colors::crimson ( )
staticnoexcept

A system-defined color object.

◆ dark_red()

static xtd::drawing::color xtd::drawing::red_colors::dark_red ( )
staticnoexcept

A system-defined color object.

◆ dark_salmon()

static xtd::drawing::color xtd::drawing::red_colors::dark_salmon ( )
staticnoexcept

A system-defined color object.

◆ firebrick()

static xtd::drawing::color xtd::drawing::red_colors::firebrick ( )
staticnoexcept

A system-defined color object.

◆ get_color_names()

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

Gets an array of color names.

◆ get_colors()

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

Gets an array of colors.

◆ indian_red()

static xtd::drawing::color xtd::drawing::red_colors::indian_red ( )
staticnoexcept

A system-defined color object.

◆ light_coral()

static xtd::drawing::color xtd::drawing::red_colors::light_coral ( )
staticnoexcept

A system-defined color object.

◆ light_salmon()

static xtd::drawing::color xtd::drawing::red_colors::light_salmon ( )
staticnoexcept

A system-defined color object.

◆ red()

static xtd::drawing::color xtd::drawing::red_colors::red ( )
staticnoexcept

A system-defined color object.

◆ salmon()

static xtd::drawing::color xtd::drawing::red_colors::salmon ( )
staticnoexcept

A system-defined color object.


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