xtd
0.2.0
xtd.drawing
include
xtd
drawing
yellow_colors.h
Go to the documentation of this file.
1
#pragma once
5
#include "../drawing_export.h"
6
#include "
color.h
"
7
#include <xtd/static>
8
#include <vector>
9
11
namespace
xtd
{
13
namespace
drawing {
25
class
drawing_export_
yellow_colors
final
static_
{
26
public
:
28
32
static
xtd::drawing::color
dark_khaki
() noexcept;
33
36
static
xtd::drawing::color
gold
() noexcept;
37
40
static
xtd::drawing::color
khaki
() noexcept;
41
44
static
xtd::drawing::color
lemon_chiffon
() noexcept;
45
48
static
xtd::drawing::color
light_goldenrod_yellow
() noexcept;
49
52
static
xtd::drawing::color
light_yellow
() noexcept;
53
56
static
xtd::drawing::color
moccasin
() noexcept;
57
60
static
xtd::drawing::color
pale_goldenrod
() noexcept;
61
64
static
xtd::drawing::color
papaya_whip
() noexcept;
65
68
static
xtd::drawing::color
peach_puff
() noexcept;
69
72
static
xtd::drawing::color
yellow
() noexcept;
74
76
79
static
const
std::vector<xtd::drawing::color>& get_colors() noexcept;
80
82
static
const
std::vector<xtd::ustring>& get_color_names() noexcept;
84
};
85
}
86
}
xtd::drawing::known_color::light_goldenrod_yellow
A system-defined color.
xtd::drawing::yellow_colors
Yellow colors for all the hmtl yellow colors. This class cannot be inherited.
Definition:
yellow_colors.h:25
xtd::drawing::known_color::papaya_whip
A system-defined color.
static_
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition:
static.h:37
xtd::drawing::known_color::gold
A system-defined color.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition:
system_report.h:17
xtd::drawing::known_color::khaki
A system-defined color.
xtd::drawing::known_color::lemon_chiffon
A system-defined color.
xtd::drawing::color
Represents an ARGB (alpha, red, green, blue) color.
Definition:
color.h:45
xtd::drawing::known_color::peach_puff
A system-defined color.
xtd::drawing::known_color::dark_khaki
A system-defined color.
color.h
Contains xtd::drawing::color class.
xtd::drawing::known_color::pale_goldenrod
A system-defined color.
xtd::drawing::known_color::yellow
A system-defined color.
xtd::drawing::known_color::moccasin
A system-defined color.
xtd::drawing::known_color::light_yellow
A system-defined color.
Generated on Mon Oct 9 2023 14:41:58 for xtd by
Gammasoft
. All rights reserved.