xtd 0.2.0
xtd::drawing::orange_colors Class Referencefinal

Definition

Orange colors for all the hmtl orange colors. This class cannot be inherited.

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

Properties

static xtd::drawing::color coral () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color orange_red () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color tomato () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color dark_orange () noexcept
 A system-defined color object. More...
 
static xtd::drawing::color orange () 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

◆ coral()

static xtd::drawing::color xtd::drawing::orange_colors::coral ( )
staticnoexcept

A system-defined color object.

colors_coral.png

◆ dark_orange()

static xtd::drawing::color xtd::drawing::orange_colors::dark_orange ( )
staticnoexcept

A system-defined color object.

colors_dark_orange.png

◆ get_color_names()

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

Gets an array of color names.

◆ get_colors()

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

Gets an array of colors.

◆ orange()

static xtd::drawing::color xtd::drawing::orange_colors::orange ( )
staticnoexcept

A system-defined color object.

colors_orange.png

◆ orange_red()

static xtd::drawing::color xtd::drawing::orange_colors::orange_red ( )
staticnoexcept

A system-defined color object.

colors_orange_red.png

◆ tomato()

static xtd::drawing::color xtd::drawing::orange_colors::tomato ( )
staticnoexcept

A system-defined color object.

colors_tomato.png

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