|
constexpr | XYZ (F32 xyz=0.0f) noexcept |
|
constexpr | XYZ (F32 x, F32 y, F32 z) noexcept |
|
constexpr | XYZ (const XYZ &xyz) noexcept=default |
|
constexpr | XYZ (XYZ &&xyz) noexcept=default |
|
| XYZ (const RGB &rgb) noexcept |
|
constexpr | XYZ (F32x3 v) noexcept |
|
| ~XYZ ()=default |
|
XYZ & | operator= (const XYZ &xyz) noexcept=default |
|
XYZ & | operator= (XYZ &&xyz) noexcept=default |
|
F32 & | X () noexcept |
|
constexpr F32 | X () const noexcept |
|
F32 & | Y () noexcept |
|
constexpr F32 | Y () const noexcept |
|
F32 & | Z () noexcept |
|
constexpr F32 | Z () const noexcept |
|
constexpr | Array () noexcept |
|
constexpr | Array (const F32 &value) noexcept |
|
constexpr | Array (ArgsT &&... args) noexcept |
|
constexpr | Array (const Array< F32, FromN, alignof(F32) > &a) noexcept |
|
constexpr | Array (const Array< F32, FromN, FromA > &a) noexcept |
|
constexpr | Array (const Array< F32, FromN, alignof(F32) > &a, ArgsT &&... args) noexcept |
|
constexpr | Array (const Array< F32, FromN, FromA > &a, ArgsT &&... args) noexcept |
|
constexpr | Array (const Array &a) noexcept=default |
|
constexpr | Array (Array &&a) noexcept=default |
|
constexpr | Array (const Array< FromT, N, FromA > &a) noexcept |
|
| ~Array ()=default |
|
Array & | operator= (const Array &a) noexcept=default |
|
Array & | operator= (Array &&a) noexcept=default |
|
A struct of XYZ color spectra.