OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::HSV Member List

This is the complete list of members for s3d::HSV, including all inherited members.

as3d::HSV
applySRGBCurve() const noexcepts3d::HSV
elem(size_t index) const noexcepts3d::HSV
Formatter(FormatData &formatData, const HSV &value)s3d::HSVfriend
getPointer() noexcepts3d::HSV
getPointer() const noexcepts3d::HSV
hs3d::HSV
hash() const noexcepts3d::HSV
HSV()=defaults3d::HSV
HSV(const HSV &)=defaults3d::HSV
HSV(double _h, double _a=1.0) noexcepts3d::HSVexplicit
HSV(Arithmetic _h, double _a=1.0) noexcepts3d::HSVexplicit
HSV(double _h, double _s, double _v, double _a=1.0) noexcepts3d::HSV
HSV(Arithmetic _h, double _s, double _v, double _a=1.0) noexcepts3d::HSV
HSV(const HSV &hsv, double _a) noexcepts3d::HSV
HSV(Color color) noexcepts3d::HSV
HSV(const ColorF &color) noexcepts3d::HSV
hsv() const noexcepts3d::HSV
hsva() const noexcepts3d::HSV
lerp(const HSV &other, double f) const noexcepts3d::HSV
operator!=(const HSV &lhs, const HSV &rhs) noexcepts3d::HSVfriend
operator+(const HSV &hsv) const noexcepts3d::HSV
operator-(const HSV &hsv) const noexcepts3d::HSV
operator<<(std::basic_ostream< CharType > &output, const HSV &value)s3d::HSVfriend
operator=(const HSV &)=defaults3d::HSV
operator==(const HSV &lhs, const HSV &rhs) noexcepts3d::HSVfriend
operator>>(std::basic_istream< CharType > &input, HSV &value)s3d::HSVfriend
removeSRGBCurve() const noexcepts3d::HSV
ss3d::HSV
set(double _h, double _s, double _v, double _a=1.0) noexcepts3d::HSV
set(const HSV &hsva) noexcepts3d::HSV
setA(double _a) noexcepts3d::HSV
setH(double _h) noexcepts3d::HSV
setHSV(double _h, double _s, double _v) noexcepts3d::HSV
setS(double _s) noexcepts3d::HSV
setV(double _v) noexcepts3d::HSV
toColor() const noexcepts3d::HSV
toColor(uint32 alpha) const noexcepts3d::HSV
toColorF() const noexcepts3d::HSV
toColorF(double alpha) const noexcepts3d::HSV
vs3d::HSV
withAlpha(double _a) const noexcepts3d::HSV
Zero() noexcepts3d::HSVstatic