NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
color 成员列表

成员的完整列表,这些成员属于 color,包括所有继承而来的类成员

A() const noexceptcolorinline
B() const noexceptcolorinline
black() noexceptcolorinlinestatic
blend(const color &background) const noexceptcolorinline
blue() noexceptcolorinlinestatic
color() noexcept=defaultcolor
color(const int gray) noexceptcolorinlineexplicit
color(const int gray, const int alpha) noexceptcolorinline
color(const int red, const int green, const int blue) noexceptcolorinline
color(const int red, const int green, const int blue, const int alpha) noexceptcolorinline
color(const string_view str)colorinlineexplicit
color(const string &str)colorinlineexplicit
color(const char *str)colorinlineexplicit
color(color &&other) noexceptcolorinline
cyan() noexceptcolorinlinestatic
from_premultiplied() const noexceptcolorinline
G() const noexceptcolorinline
gray() noexceptcolorinlinestatic
gray_value() const noexceptcolorinline
green() noexceptcolorinlinestatic
is_opaque() const noexceptcolorinline
is_transparent() const noexceptcolorinline
lerp(const color &from, const color &to, double t) noexceptcolorinlinestatic
magenta() noexceptcolorinlinestatic
opacity() const noexceptcolorinline
operator!=(const color &rhs) const noexcept(noexcept(!(*this==rhs)))icomparable< color >inline
operator*(const double scalar) const noexceptcolorinline
operator*(const int scalar) const noexceptcolorinline
operator*=(const double scalar) noexceptcolorinline
operator+(const color &other) const noexceptcolorinline
operator+=(const color &other) noexceptcolorinline
operator-(const color &other) const noexceptcolorinline
operator-=(const color &other) noexceptcolorinline
operator<(const color &other) const noexceptcolorinline
operator<=(const color &rhs) const noexcept(noexcept(!(derived() > rhs)))icomparable< color >inline
operator=(color &&other) noexceptcolorinline
operator==(const color &other) const noexceptcolorinline
operator>(const color &rhs) const noexcept(noexcept(rhs< derived()))icomparable< color >inline
operator>=(const color &rhs) const noexcept(noexcept(!(derived()< rhs)))icomparable< color >inline
parse(const string_view hex)colorinlinestatic
R() const noexceptcolorinline
red() noexceptcolorinlinestatic
set_color(const int red, const int green, const int blue) noexceptcolorinline
set_color(const int red, const int green, const int blue, const int alpha) noexceptcolorinline
set_gray(const int gray) noexceptcolorinline
set_gray(const int gray, const int alpha) noexceptcolorinline
set_opacity(double opacity) noexceptcolorinline
setA(const int alpha) noexceptcolorinline
setB(const int blue) noexceptcolorinline
setG(const int green) noexceptcolorinline
setR(const int red) noexceptcolorinline
swap(color &other) noexceptcolorinline
to_ansi_256() const noexceptcolorinline
to_ansi_background(const bool use_256_color=true) const noexceptcolorinline
to_ansi_basic(const bool is_background=false) const noexceptcolorinline
to_ansi_foreground(const bool use_256_color=true) const noexceptcolorinline
to_hash() const noexceptcolorinline
to_integer32(const bool use_256_color=true) const noexceptcolorinline
to_premultiplied() const noexceptcolorinline
to_string() constcolorinline
transparent() noexceptcolorinlinestatic
try_parse(const string_view str) noexceptiobject< color >inline
white() noexceptcolorinlinestatic
yellow() noexceptcolorinlinestatic