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

Definition

White colors for all the hmtl white colors. This class cannot be inherited.

White colors for all the hmtl white colors. This class cannot be inherited.
Definition white_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::white_colors
Namespace
xtd::drawing
Library
xtd.drawing

Public Static Properties

static xtd::drawing::color alice_blue () noexcept
 A system-defined color object.
 
static xtd::drawing::color antique_white () noexcept
 A system-defined color object.
 
static xtd::drawing::color azure () noexcept
 A system-defined color object.
 
static xtd::drawing::color beige () noexcept
 A system-defined color object.
 
static xtd::drawing::color floral_white () noexcept
 A system-defined color object.
 
static xtd::drawing::color ghost_white () noexcept
 A system-defined color object.
 
static xtd::drawing::color honeydew () noexcept
 A system-defined color object.
 
static xtd::drawing::color ivory () noexcept
 A system-defined color object.
 
static xtd::drawing::color lavender_blush () noexcept
 A system-defined color object.
 
static xtd::drawing::color linen () noexcept
 A system-defined color object.
 
static xtd::drawing::color mint_cream () noexcept
 A system-defined color object.
 
static xtd::drawing::color misty_rose () noexcept
 A system-defined color object.
 
static xtd::drawing::color old_lace () noexcept
 A system-defined color object.
 
static xtd::drawing::color sea_shell () noexcept
 A system-defined color object.
 
static xtd::drawing::color snow () noexcept
 A system-defined color object.
 
static xtd::drawing::color white () noexcept
 A system-defined color object.
 
static xtd::drawing::color white_smoke () 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

◆ alice_blue()

static xtd::drawing::color xtd::drawing::white_colors::alice_blue ( )
staticnoexcept

A system-defined color object.

◆ antique_white()

static xtd::drawing::color xtd::drawing::white_colors::antique_white ( )
staticnoexcept

A system-defined color object.

◆ azure()

static xtd::drawing::color xtd::drawing::white_colors::azure ( )
staticnoexcept

A system-defined color object.

◆ beige()

static xtd::drawing::color xtd::drawing::white_colors::beige ( )
staticnoexcept

A system-defined color object.

◆ floral_white()

static xtd::drawing::color xtd::drawing::white_colors::floral_white ( )
staticnoexcept

A system-defined color object.

◆ get_color_names()

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

Gets an array of color names.

◆ get_colors()

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

Gets an array of colors.

◆ ghost_white()

static xtd::drawing::color xtd::drawing::white_colors::ghost_white ( )
staticnoexcept

A system-defined color object.

◆ honeydew()

static xtd::drawing::color xtd::drawing::white_colors::honeydew ( )
staticnoexcept

A system-defined color object.

◆ ivory()

static xtd::drawing::color xtd::drawing::white_colors::ivory ( )
staticnoexcept

A system-defined color object.

◆ lavender_blush()

static xtd::drawing::color xtd::drawing::white_colors::lavender_blush ( )
staticnoexcept

A system-defined color object.

◆ linen()

static xtd::drawing::color xtd::drawing::white_colors::linen ( )
staticnoexcept

A system-defined color object.

◆ mint_cream()

static xtd::drawing::color xtd::drawing::white_colors::mint_cream ( )
staticnoexcept

A system-defined color object.

◆ misty_rose()

static xtd::drawing::color xtd::drawing::white_colors::misty_rose ( )
staticnoexcept

A system-defined color object.

◆ old_lace()

static xtd::drawing::color xtd::drawing::white_colors::old_lace ( )
staticnoexcept

A system-defined color object.

◆ sea_shell()

static xtd::drawing::color xtd::drawing::white_colors::sea_shell ( )
staticnoexcept

A system-defined color object.

◆ snow()

static xtd::drawing::color xtd::drawing::white_colors::snow ( )
staticnoexcept

A system-defined color object.

◆ white()

static xtd::drawing::color xtd::drawing::white_colors::white ( )
staticnoexcept

A system-defined color object.

◆ white_smoke()

static xtd::drawing::color xtd::drawing::white_colors::white_smoke ( )
staticnoexcept

A system-defined color object.


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