![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
This is the complete list of members for s3d::Color, including all inherited members.
a | s3d::Color | |
applySRGBCurve() const noexcept | s3d::Color | |
asUint32() const noexcept | s3d::Color | |
b | s3d::Color | |
Color()=default | s3d::Color | |
Color(const Color &)=default | s3d::Color | |
Color(value_type _r, value_type _g, value_type _b, value_type _a=255) noexcept | s3d::Color | |
Color(value_type rgb, value_type _a=255) noexcept | s3d::Color | explicit |
Color(Color rgb, value_type _a) noexcept | s3d::Color | |
Color(const ColorF &color) noexcept | s3d::Color | |
Color(const ColorF &color, value_type _a) noexcept | s3d::Color | |
Color(const HSV &hsva) noexcept | s3d::Color | |
Color(const HSV &hsv, value_type _a) noexcept | s3d::Color | |
Color(StringView code) noexcept | s3d::Color | explicit |
Formatter(FormatData &formatData, const Color &value) | s3d::Color | friend |
FromABGR(uint32 abgr) noexcept | s3d::Color | static |
FromRGBA(uint32 rgba) noexcept | s3d::Color | static |
g | s3d::Color | |
gamma(double gamma) const noexcept | s3d::Color | |
grayscale() const noexcept | s3d::Color | |
grayscale0_255() const noexcept | s3d::Color | |
hash() const noexcept | s3d::Color | |
lerp(Color other, double f) const noexcept | s3d::Color | |
maxComponent() const noexcept | s3d::Color | |
maxRGBComponent() const noexcept | s3d::Color | |
minComponent() const noexcept | s3d::Color | |
minRGBComponent() const noexcept | s3d::Color | |
operator!=(Color lhs, Color rhs) noexcept | s3d::Color | friend |
operator<<(std::basic_ostream< CharType > &output, const Color &value) | s3d::Color | friend |
operator=(const Color &) noexcept=default | s3d::Color | |
operator=(const ColorF &color) noexcept | s3d::Color | |
operator=(const HSV &hsva) noexcept | s3d::Color | |
operator==(Color lhs, Color rhs) noexcept | s3d::Color | friend |
operator>>(std::basic_istream< CharType > &input, Color &value) | s3d::Color | friend |
operator~() const noexcept | s3d::Color | |
r | s3d::Color | |
removeSRGBCurve() const noexcept | s3d::Color | |
set(uint32 rgb, uint32 _a=255) noexcept | s3d::Color | |
set(uint32 _r, uint32 _g, uint32 _b, uint32 _a=255) noexcept | s3d::Color | |
set(Color color) noexcept | s3d::Color | |
setA(uint32 _a) noexcept | s3d::Color | |
setB(uint32 _b) noexcept | s3d::Color | |
setG(uint32 _g) noexcept | s3d::Color | |
setR(uint32 _r) noexcept | s3d::Color | |
setRGB(uint32 rgb) noexcept | s3d::Color | |
setRGB(uint32 _r, uint32 _g, uint32 _b) noexcept | s3d::Color | |
toHex() const | s3d::Color | |
ToUint8(float x) noexcept | s3d::Color | static |
ToUint8(double x) noexcept | s3d::Color | static |
value_type typedef | s3d::Color | |
withAlpha(uint32 _a) const noexcept | s3d::Color | |
Zero() noexcept | s3d::Color | static |